patch-2.0.21-2.1.0 linux/arch/i386/boot/compressed/misc.c

Next file: linux/arch/i386/config.in
Previous file: linux/arch/i386/boot/compressed/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file lx2.0/v2.0.21/linux/arch/i386/boot/compressed/misc.c linux/arch/i386/boot/compressed/misc.c
@@ -21,6 +21,8 @@
 #define OF(args)  args
 #define STATIC static
 
+#undef memset
+#undef memcpy
 #define memzero(s, n)     memset ((s), 0, (n))
 
 typedef unsigned char  uch;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov