From ef9686f87ec53e34bfe70e1e8b35764f8e117f20 Mon Sep 17 00:00:00 2001 From: benno Date: Tue, 28 May 2002 09:38:02 +0000 Subject: Remove the old prototype for kcopy. It's in cpu.h now. --- sys/powerpc/aim/trap.c | 1 - sys/powerpc/powerpc/trap.c | 1 - 2 files changed, 2 deletions(-) (limited to 'sys/powerpc') diff --git a/sys/powerpc/aim/trap.c b/sys/powerpc/aim/trap.c index 7cac790..0967358 100644 --- a/sys/powerpc/aim/trap.c +++ b/sys/powerpc/aim/trap.c @@ -101,7 +101,6 @@ int setfault(faultbuf); /* defined in locore.S */ /* Why are these not defined in a header? */ int badaddr(void *, size_t); int badaddr_read(void *, size_t, int *); -int kcopy(const void *, void *, size_t); #ifdef WITNESS extern char *syscallnames[]; diff --git a/sys/powerpc/powerpc/trap.c b/sys/powerpc/powerpc/trap.c index 7cac790..0967358 100644 --- a/sys/powerpc/powerpc/trap.c +++ b/sys/powerpc/powerpc/trap.c @@ -101,7 +101,6 @@ int setfault(faultbuf); /* defined in locore.S */ /* Why are these not defined in a header? */ int badaddr(void *, size_t); int badaddr_read(void *, size_t, int *); -int kcopy(const void *, void *, size_t); #ifdef WITNESS extern char *syscallnames[]; -- cgit v1.1