* [AMD64 3/3] fix bcopy prototype
@ 2003-10-25 18:26 Jeff Garzik
0 siblings, 0 replies; only message in thread
From: Jeff Garzik @ 2003-10-25 18:26 UTC (permalink / raw)
To: ak, linux-kernel
# --------------------------------------------
# 03/10/25 jgarzik@redhat.com 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);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-10-25 18:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-25 18:26 [AMD64 3/3] fix bcopy prototype Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome