patch-2.3.23 linux/drivers/block/rd.c
Next file: linux/drivers/block/sis5513.c
Previous file: linux/drivers/block/piix.c
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
Thu Oct 21 13:38:12 1999
-  Orig file: 
v2.3.22/linux/drivers/block/rd.c
-  Orig date: 
Tue Aug 31 17:29:13 1999
diff -u --recursive --new-file v2.3.22/linux/drivers/block/rd.c linux/drivers/block/rd.c
@@ -704,8 +704,9 @@
 
 #define OF(args)  args
 
+#ifndef memzero
 #define memzero(s, n)     memset ((s), 0, (n))
-
+#endif
 
 typedef unsigned char  uch;
 typedef unsigned short ush;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)