diff options
| author | ad <ad@NetBSD.org> | 2008-01-16 12:34:50 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2008-01-16 12:34:50 +0000 |
| commit | bbc79e58a6b48edc15ae7b2ed8364880fddce1e7 (patch) | |
| tree | 6d440cbcabd2266a3a662898fa5827974c00ff74 /lib/libc/sys | |
| parent | 257a88e757110a1158f1cbf6be74f050d52f27d6 (diff) | |
Pull in my modules code for review/test/hacking.
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index a476525fe3b..f4f7609294c 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.183 2008/01/15 03:37:14 rmind Exp $ +# $NetBSD: Makefile.inc,v 1.184 2008/01/16 12:34:55 ad Exp $ # @(#)Makefile.inc 8.3 (Berkeley) 10/24/94 # sys sources @@ -85,7 +85,7 @@ ASM= access.S acct.S \ _lwp_getprivate.S _lwp_setprivate.S \ _lwp_setname.S _lwp_getname.S _lwp_ctl.S \ madvise.S mincore.S minherit.S mkdir.S mkfifo.S mknod.S \ - mlock.S mlockall.S __mount50.S mprotect.S __msgctl13.S \ + mlock.S mlockall.S modctl.S __mount50.S mprotect.S __msgctl13.S \ mremap.S msgget.S munlock.S munlockall.S munmap.S \ nfssvc.S __ntp_gettime30.S \ pathconf.S pmc_get_info.S pmc_control.S __posix_chown.S \ |
