patch-2.4.0-test3 linux/lib/string.c

Next file: linux/mm/filemap.c
Previous file: linux/lib/dec_and_lock.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test2/linux/lib/string.c linux/lib/string.c
@@ -256,7 +256,7 @@
 #endif
 
 #ifndef __HAVE_ARCH_MEMSET
-void * memset(void * s,char c,size_t count)
+void * memset(void * s,int c,size_t count)
 {
 	char *xs = (char *) s;
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)