summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/Makefile.inc
diff options
context:
space:
mode:
authormarks <marks@FreeBSD.org>2004-11-18 23:59:19 +0000
committermarks <marks@FreeBSD.org>2004-11-18 23:59:19 +0000
commita420fe6ce195e159207ea2fd370e8e3a7a318297 (patch)
tree8d305b8a355979ab0088a9adf3f2d83a66050952 /lib/libc/gen/Makefile.inc
parentdca89dc1d612459929270eaf030a80b773ef7932 (diff)
downloadFreeBSD-src-a420fe6ce195e159207ea2fd370e8e3a7a318297.zip
FreeBSD-src-a420fe6ce195e159207ea2fd370e8e3a7a318297.tar.gz
Remove ntp_gettime.c which was a wrapper around sysctlbyname(3).
This is now a native system call. Reviewed by: imp, phk, njl, peter Approved by: njl
Diffstat (limited to 'lib/libc/gen/Makefile.inc')
-rw-r--r--lib/libc/gen/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc
index 2499dd1..959546e 100644
--- a/lib/libc/gen/Makefile.inc
+++ b/lib/libc/gen/Makefile.inc
@@ -19,7 +19,7 @@ SRCS+= __xuname.c _pthread_stubs.c _rand48.c _spinlock_stub.c _thread_init.c \
getusershell.c getvfsbyname.c glob.c \
initgroups.c isatty.c isinf.c isnan.c jrand48.c lcong48.c \
lockf.c lrand48.c mrand48.c nftw.c nice.c \
- nlist.c nrand48.c ntp_gettime.c opendir.c \
+ nlist.c nrand48.c opendir.c \
pause.c pmadvise.c popen.c posixshm.c pselect.c \
psignal.c pw_scan.c pwcache.c \
raise.c readdir.c readpassphrase.c rewinddir.c \
OpenPOWER on IntegriCloud