[AMD64 3/3] fix bcopy prototype

From: Jeff Garzik
Date: Sat Oct 25 2003 - 13:30:20 EST



# --------------------------------------------
# 03/10/25 jgarzik@xxxxxxxxxx 1.1353
# [AMD64] fix bcopy prototype
#
# Linus recently fixed the version in lib/
# --------------------------------------------

diff -Nru a/arch/x86_64/kernel/x8664_ksyms.c b/arch/x86_64/kernel/x8664_ksyms.c
--- a/arch/x86_64/kernel/x8664_ksyms.c Sat Oct 25 06:08:28 2003
+++ b/arch/x86_64/kernel/x8664_ksyms.c Sat Oct 25 06:08:28 2003
@@ -153,7 +153,7 @@

extern void * memset(void *,int,__kernel_size_t);
extern size_t strlen(const char *);
-extern char * bcopy(const char * src, char * dest, int count);
+extern void bcopy(const char * src, char * dest, int count);
extern void * memmove(void * dest,const void *src,size_t count);
extern char * strcpy(char * dest,const char *src);
extern int strcmp(const char * cs,const char * ct);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/