diff options
author | 2002-07-06 19:14:19 +0000 | |
---|---|---|
committer | 2002-07-06 19:14:19 +0000 | |
commit | c20ce3c5de2d9d8e10fd8a5cb890fcba8acf46de (patch) | |
tree | a3afefa3d136dbcd1faca83fccc22abf27c77b19 /lib/libc/sys | |
parent | theo doesn't like it. (diff) | |
download | wireguard-openbsd-c20ce3c5de2d9d8e10fd8a5cb890fcba8acf46de.tar.xz wireguard-openbsd-c20ce3c5de2d9d8e10fd8a5cb890fcba8acf46de.zip |
Remove kernel support for NTP. ok deraadt@ and tholo@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/Makefile.inc | 3 | ||||
-rw-r--r-- | lib/libc/sys/makelintstub.sh | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index 95d3d6546b7..1c8bce11d8a 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.53 2002/06/10 17:46:41 fgsch Exp $ +# $OpenBSD: Makefile.inc,v 1.54 2002/07/06 19:14:20 nordin Exp $ # $NetBSD: Makefile.inc,v 1.35 1995/10/16 23:49:07 jtc Exp $ # @(#)Makefile.inc 8.1 (Berkeley) 6/17/93 @@ -49,7 +49,6 @@ ASM= accept.o access.o acct.o adjtime.o bind.o chdir.o chflags.o chmod.o \ mkfifo.o mknod.o mlock.o mlockall.o \ mount.o mprotect.o msgctl.o msgget.o msgrcv.o msgsnd.o msync.o \ munlock.o munlockall.o munmap.o nanosleep.o nfssvc.o \ - ntp_gettime.o ntp_adjtime.o \ open.o pathconf.o pipe.o poll.o profil.o quotactl.o \ read.o readlink.o readv.o reboot.o recvfrom.o recvmsg.o rename.o \ revoke.o rmdir.o select.o semget.o semop.o sendmsg.o sendto.o \ diff --git a/lib/libc/sys/makelintstub.sh b/lib/libc/sys/makelintstub.sh index b5deb3fe59f..2d8ad2e661a 100644 --- a/lib/libc/sys/makelintstub.sh +++ b/lib/libc/sys/makelintstub.sh @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: makelintstub.sh,v 1.1 1998/02/08 22:45:15 tholo Exp $ +# $OpenBSD: makelintstub.sh,v 1.2 2002/07/06 19:14:20 nordin Exp $ # $NetBSD: makelintstub,v 1.2 1997/11/05 05:46:18 thorpej Exp $ # # Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved. @@ -59,7 +59,6 @@ header() #include <sys/msg.h> #include <sys/sem.h> #include <sys/shm.h> - #include <sys/timex.h> #include <sys/socket.h> #include <sys/ioctl.h> #include <sys/ktrace.h> |