[xserver-commit] xserver ChangeLog,3.147,3.148

Daniel Stone xserver-commit@pdx.freedesktop.org


Committed by: daniel

Update of /cvs/xserver/xserver
In directory pdx:/tmp/cvs-serv7017

Modified Files:
	ChangeLog 
Log Message:
Get rid of xf86strlcpy() and xf86strlcat().


Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.147
retrieving revision 3.148
diff -u -d -r3.147 -r3.148
--- a/ChangeLog	10 Mar 2004 11:49:11 -0000	3.147
+++ b/ChangeLog	10 Mar 2004 11:52:55 -0000	3.148
@@ -21,6 +21,10 @@
 	os-support/foo/libxizzlefoo.a.
 	Clean up ARCH_SOURCES so it's always initialised to something.
 
+	* hw/xizzle/os-support/shared/libc_wrapper.c:
+	* hw/xizzle/os-support/xf86_ansic.h:
+	Get rid of xf86strlcat() and xf86strlcpy().
+
 	* hw/xizzle/os-support/linux/Makefile.am:
 	Move linked libraries to _LIBADD, which somehow escaped my attention.
 	Make inclusion of drm/libxizzlelinuxdrm.a dependent on DRI.