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
- Lines: 9
- Date:
Mon Jul 10 13:07:20 2000
- Orig file:
v2.4.0-test2/linux/lib/string.c
- Orig date:
Fri May 12 14:18:56 2000
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)