diff options
author | 2012-06-19 09:40:39 +0000 | |
---|---|---|
committer | 2012-06-19 09:40:39 +0000 | |
commit | 856a7f86a825b26c1371322ce6748f49edb35fa1 (patch) | |
tree | ce4c899b6efde787f8bb5c4e52b87098848915df /lib/libc | |
parent | add libtool to base, okay deraadt@, jasper@, millert@... (diff) | |
download | wireguard-openbsd-856a7f86a825b26c1371322ce6748f49edb35fa1.tar.xz wireguard-openbsd-856a7f86a825b26c1371322ce6748f49edb35fa1.zip |
oops, forgot to install getdtablecount(2); noted by tedu
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index a8233a699b3..18e39851745 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.102 2012/04/12 12:33:04 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.103 2012/06/19 09:40:39 deraadt Exp $ # $NetBSD: Makefile.inc,v 1.35 1995/10/16 23:49:07 jtc Exp $ # @(#)Makefile.inc 8.1 (Berkeley) 6/17/93 @@ -216,8 +216,8 @@ LintSysPseudoNoerr.c: ${LIBCSRCDIR}/sys/makelintstub.sh \ MAN+= __get_tcb.2 __thrsigdivert.2 __thrsleep.2 _exit.2 accept.2 \ access.2 acct.2 adjfreq.2 adjtime.2 bind.2 brk.2 chdir.2 \ chflags.2 chmod.2 chown.2 chroot.2 clock_gettime.2 close.2 \ - closefrom.2 connect.2 dup.2 execve.2 fcntl.2 fhopen.2 \ - flock.2 fork.2 fsync.2 getdirentries.2 getfh.2 getfsstat.2 \ + closefrom.2 connect.2 dup.2 execve.2 fcntl.2 fhopen.2 flock.2 \ + fork.2 fsync.2 getdirentries.2 getdtablecount.2 getfh.2 getfsstat.2 \ getgid.2 getgroups.2 getitimer.2 getlogin.2 getpeername.2 \ getpgrp.2 getpid.2 getpriority.2 getrlimit.2 getrtable.2 \ getrusage.2 getsid.2 getsockname.2 getsockopt.2 \ |