diff options
author | benno <benno@FreeBSD.org> | 2002-05-28 09:38:02 +0000 |
---|---|---|
committer | benno <benno@FreeBSD.org> | 2002-05-28 09:38:02 +0000 |
commit | ef9686f87ec53e34bfe70e1e8b35764f8e117f20 (patch) | |
tree | dda8719c0a09e95abc09667ab4cd06a536975616 /sys | |
parent | 0372ab2f7b6b023ecbe5ed631efa2262bcd020a4 (diff) | |
download | FreeBSD-src-ef9686f87ec53e34bfe70e1e8b35764f8e117f20.zip FreeBSD-src-ef9686f87ec53e34bfe70e1e8b35764f8e117f20.tar.gz |
Remove the old prototype for kcopy. It's in cpu.h now.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/powerpc/aim/trap.c | 1 | ||||
-rw-r--r-- | sys/powerpc/powerpc/trap.c | 1 |
2 files changed, 0 insertions, 2 deletions
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[]; |