Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lkm/compat/osf1 Fix SRCS so this compiles again.



details:   https://anonhg.NetBSD.org/src/rev/55e7e01eb684
branches:  trunk
changeset: 525332:55e7e01eb684
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Wed Apr 10 04:12:42 2002 +0000

description:
Fix SRCS so this compiles again.

diffstat:

 sys/lkm/compat/osf1/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 29628f4c1f0e -r 55e7e01eb684 sys/lkm/compat/osf1/Makefile
--- a/sys/lkm/compat/osf1/Makefile      Wed Apr 10 04:01:27 2002 +0000
+++ b/sys/lkm/compat/osf1/Makefile      Wed Apr 10 04:12:42 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2001/12/12 11:44:46 lukem Exp $
+#      $NetBSD: Makefile,v 1.7 2002/04/10 04:12:42 mycroft Exp $
 
 .include "../Makefile.inc"
 
@@ -13,7 +13,7 @@
 
 # common source files
 SRCS=  lkminit_emul.c
-SRCS+= osf1_cvt.c osf1_cvt_errno.c osf1_cvt_signal.c osf1_descrip.c \
+SRCS+= osf1_cvt.c osf1_errno.c osf1_signal.c osf1_descrip.c \
        osf1_exec.c osf1_file.c osf1_generic.c osf1_ioctl.c osf1_misc.c \
        osf1_mmap.c osf1_mount.c osf1_prot.c osf1_resource.c osf1_signal.c \
        osf1_socket.c osf1_syscalls.c osf1_sysent.c osf1_sysv_ipc.c \



Home | Main Index | Thread Index | Old Index