diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-06-19 09:40:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-06-19 09:40:40 +0000 |
commit | 451278f07cd2a44c273b3ce10f8d1e9ce3532f80 (patch) | |
tree | d0d21b33d702cbdb73720a4458bb17a58b7dc81f /lib | |
parent | 3defa3954033e9bd8abcac5258f42a67d22d49f1 (diff) |
oops, forgot to install getdtablecount(2); noted by tedu
Diffstat (limited to 'lib')
-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 \ |