Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys More removal of references to aoutm68k_syscalls.c, follo...
details: https://anonhg.NetBSD.org/src/rev/9b3e9dae1e22
branches: trunk
changeset: 569885:9b3e9dae1e22
user: he <he%NetBSD.org@localhost>
date: Sun Sep 12 08:04:50 2004 +0000
description:
More removal of references to aoutm68k_syscalls.c, following that file's
removal. Allows our m68k ports to build again.
diffstat:
sys/compat/aoutm68k/files.aoutm68k | 3 +--
sys/lkm/compat/aoutm68k/Makefile | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r ec40e6809525 -r 9b3e9dae1e22 sys/compat/aoutm68k/files.aoutm68k
--- a/sys/compat/aoutm68k/files.aoutm68k Sun Sep 12 07:46:24 2004 +0000
+++ b/sys/compat/aoutm68k/files.aoutm68k Sun Sep 12 08:04:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.aoutm68k,v 1.2 2001/04/07 12:25:15 tsutsui Exp $
+# $NetBSD: files.aoutm68k,v 1.3 2004/09/12 08:04:50 he Exp $
#
# Config file description for m68k a.out compat code.
@@ -9,5 +9,4 @@
file compat/aoutm68k/aoutm68k_ioctl.c compat_aout_m68k
file compat/aoutm68k/aoutm68k_misc.c compat_aout_m68k & compat_aout_altpath
file compat/aoutm68k/aoutm68k_stat.c compat_aout_m68k
-file compat/aoutm68k/aoutm68k_syscalls.c compat_aout_m68k
file compat/aoutm68k/aoutm68k_sysent.c compat_aout_m68k
diff -r ec40e6809525 -r 9b3e9dae1e22 sys/lkm/compat/aoutm68k/Makefile
--- a/sys/lkm/compat/aoutm68k/Makefile Sun Sep 12 07:46:24 2004 +0000
+++ b/sys/lkm/compat/aoutm68k/Makefile Sun Sep 12 08:04:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/12/12 11:44:44 lukem Exp $
+# $NetBSD: Makefile,v 1.7 2004/09/12 08:04:50 he Exp $
.include "../Makefile.inc"
@@ -13,6 +13,6 @@
SRCS= lkminit_emul.c
SRCS+= aoutm68k_exec.c aoutm68k_ioctl.c aoutm68k_stat.c \
- aoutm68k_syscalls.c aoutm68k_sysent.c
+ aoutm68k_sysent.c
.include <bsd.kmod.mk>
Home |
Main Index |
Thread Index |
Old Index