Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys forgot to install timer_settime.



details:   https://anonhg.NetBSD.org/src/rev/335d2fd1d1ad
branches:  trunk
changeset: 551914:335d2fd1d1ad
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Sep 13 22:50:21 2003 +0000

description:
forgot to install timer_settime.

diffstat:

 lib/libc/sys/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 702c13d63588 -r 335d2fd1d1ad lib/libc/sys/Makefile.inc
--- a/lib/libc/sys/Makefile.inc Sat Sep 13 22:44:23 2003 +0000
+++ b/lib/libc/sys/Makefile.inc Sat Sep 13 22:50:21 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.142 2003/09/13 22:22:29 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.143 2003/09/13 22:50:21 christos Exp $
 #      @(#)Makefile.inc        8.3 (Berkeley) 10/24/94
 
 # sys sources
@@ -152,7 +152,7 @@
        socket.2 \
        socketpair.2 stat.2 statfs.2 swapctl.2 swapon.3 symlink.2 \
        sync.2 sysarch.2 syscall.2 timer_create.2 timer_delete.2 \
-       truncate.2 umask.2 undelete.2 \
+       timer_settime.2 truncate.2 umask.2 undelete.2 \
        unlink.2 utimes.2 utrace.2 vfork.2 wait.2 write.2
 
 MLINKS+=_exit.2 _Exit.2



Home | Main Index | Thread Index | Old Index