Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/compat add missing file



details:   https://anonhg.NetBSD.org/src/rev/84bfc29e579d
branches:  trunk
changeset: 786129:84bfc29e579d
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Apr 16 15:21:33 2013 +0000

description:
add missing file

diffstat:

 sys/modules/compat/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 241e939aa3dc -r 84bfc29e579d sys/modules/compat/Makefile
--- a/sys/modules/compat/Makefile       Tue Apr 16 15:03:18 2013 +0000
+++ b/sys/modules/compat/Makefile       Tue Apr 16 15:21:33 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2013/01/22 01:48:34 christos Exp $
+#      $NetBSD: Makefile,v 1.8 2013/04/16 15:21:33 christos Exp $
 
 .include "../Makefile.inc"
 
@@ -36,6 +36,8 @@
 SRCS+= vfs_syscalls_43.c vm_12.c vm_43.c compat_mod.c
 SRCS+= sysv_msg_50.c sysv_sem_50.c kern_time_50.c
 SRCS+= sysv_shm_50.c vfs_syscalls_50.c sysv_ipc_50.c
+SRCS+= tty_60.c kern_time_60.c
+SRCS+= kern_time_60.c
 
 .PATH: ${S}/arch/${MACHINE}/${MACHINE}
 .PATH: ${S}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}



Home | Main Index | Thread Index | Old Index