patch-2.4.20 linux-2.4.20/include/asm-ia64/string.h
Next file: linux-2.4.20/include/asm-ia64/system.h
Previous file: linux-2.4.20/include/asm-ia64/socket.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Thu Nov 28 15:53:15 2002
- Orig file:
linux-2.4.19/include/asm-ia64/string.h
- Orig date:
Tue Jul 31 10:30:09 2001
diff -urN linux-2.4.19/include/asm-ia64/string.h linux-2.4.20/include/asm-ia64/string.h
@@ -5,8 +5,8 @@
* Here is where we want to put optimized versions of the string
* routines.
*
- * Copyright (C) 1998-2000 Hewlett-Packard Co
- * Copyright (C) 1998-2000 David Mosberger-Tang <davidm@hpl.hp.com>
+ * Copyright (C) 1998-2000, 2002 Hewlett-Packard Co
+ * David Mosberger-Tang <davidm@hpl.hp.com>
*/
#include <linux/config.h> /* remove this once we remove the A-step workaround... */
@@ -17,7 +17,7 @@
#define __HAVE_ARCH_BCOPY 1 /* see arch/ia64/lib/memcpy.S */
extern __kernel_size_t strlen (const char *);
-extern void *memset (void *, int, __kernel_size_t);
extern void *memcpy (void *, const void *, __kernel_size_t);
+extern void *memset (void *, int, __kernel_size_t);
#endif /* _ASM_IA64_STRING_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)