Source-Changes-HG archive

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

[src/trunk]: src/sys/lkm/compat/linux Add linux_syscall.c for alpha.



details:   https://anonhg.NetBSD.org/src/rev/6830cc8e72fc
branches:  trunk
changeset: 500615:6830cc8e72fc
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Thu Dec 14 18:40:14 2000 +0000

description:
Add linux_syscall.c for alpha.

diffstat:

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

diffs (18 lines):

diff -r 7550c3a1be1d -r 6830cc8e72fc sys/lkm/compat/linux/Makefile
--- a/sys/lkm/compat/linux/Makefile     Thu Dec 14 18:34:59 2000 +0000
+++ b/sys/lkm/compat/linux/Makefile     Thu Dec 14 18:40:14 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2000/12/12 22:40:23 jdolecek Exp $
+#      $NetBSD: Makefile,v 1.12 2000/12/14 18:40:14 mycroft Exp $
 
 .include "../Makefile.inc"
 
@@ -56,7 +56,7 @@
 
 .if ${MACHINE_ARCH} == "alpha"
 CPPFLAGS+=     -Dalpha
-SRCS+= linux_olduname.c
+SRCS+= linux_olduname.c linux_syscall.c
 SRCS+= linux_sigcode.s
 .endif
 



Home | Main Index | Thread Index | Old Index