patch-2.1.124 linux/arch/ppc/coffboot/zlib.c
Next file: linux/arch/ppc/config.in
Previous file: linux/arch/ppc/coffboot/misc.S
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Sep 30 10:14:16 1998
- Orig file:
v2.1.123/linux/arch/ppc/coffboot/zlib.c
- Orig date:
Sat Aug 16 09:51:08 1997
diff -u --recursive --new-file v2.1.123/linux/arch/ppc/coffboot/zlib.c linux/arch/ppc/coffboot/zlib.c
@@ -11,7 +11,7 @@
* - added Z_PACKET_FLUSH (see zlib.h for details)
* - added inflateIncomp
*
- * $Id: zlib.c,v 1.1 1997/07/31 07:16:14 paulus Exp $
+ * $Id: zlib.c,v 1.2 1998/09/03 17:40:53 cort Exp $
*/
/*+++++*/
@@ -80,7 +80,7 @@
/* functions */
-#include <string.h>
+#include <linux/string.h>
#define zmemcpy memcpy
#define zmemzero(dest, len) memset(dest, 0, len)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov