diff options
author | 1999-12-16 21:30:34 +0000 | |
---|---|---|
committer | 1999-12-16 21:30:34 +0000 | |
commit | 01cdefb0b166a1bdd89a4e18f2de1c94e537891f (patch) | |
tree | e887bf2a06f874302eb057b18e3fb0ef0971c546 /lib/libc/rpc/Makefile.inc | |
parent | Bugfix: execvp might fail for many reasons. (diff) | |
download | wireguard-openbsd-01cdefb0b166a1bdd89a4e18f2de1c94e537891f.tar.xz wireguard-openbsd-01cdefb0b166a1bdd89a4e18f2de1c94e537891f.zip |
rresvport_af() and bindresvport_af()
Diffstat (limited to 'lib/libc/rpc/Makefile.inc')
-rw-r--r-- | lib/libc/rpc/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/rpc/Makefile.inc b/lib/libc/rpc/Makefile.inc index d4ea29b4c91..4df12abfb9d 100644 --- a/lib/libc/rpc/Makefile.inc +++ b/lib/libc/rpc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.8 1998/11/20 11:18:47 d Exp $ +# $OpenBSD: Makefile.inc,v 1.9 1999/12/16 21:30:35 deraadt Exp $ # librpc sources .PATH: ${LIBCSRCDIR}/arch/${MACHINE}/rpc ${LIBCSRCDIR}/rpc @@ -13,7 +13,8 @@ SRCS+= auth_none.c auth_unix.c authunix_prot.c bindresvport.c \ xdr_rec.c xdr_reference.c xdr_stdio.c MAN+= bindresvport.3 getrpcent.3 getrpcport.3 rpc.3 xdr.3 rpcauth.3 -MLINKS+= getrpcent.3 getrpcbyname.3 \ +MLINKS+= bindresvport.3 bindresvport_af.3 \ + getrpcent.3 getrpcbyname.3 \ getrpcent.3 getrpcbynumber.3 \ getrpcent.3 endrpcent.3 \ getrpcent.3 setrpcent.3 \ |