summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-12-23 16:12:24 +0000
committerbde <bde@FreeBSD.org>1999-12-23 16:12:24 +0000
commita7653abdc41362fb9148c7581862479cb19b89e2 (patch)
tree29efe511755a8f1c0a223813a93a794b73486030
parente2aec95a73255ebad7962dbc83ef0abcffebabe9 (diff)
downloadFreeBSD-src-a7653abdc41362fb9148c7581862479cb19b89e2.zip
FreeBSD-src-a7653abdc41362fb9148c7581862479cb19b89e2.tar.gz
Fixed missing installation of a link to getlogin_r.3. This is the first
example of section 2 and section 3 interfaces sharing a man page. It's probably a bad example.
-rw-r--r--lib/libc/sys/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc
index 8576ef6..306aafa 100644
--- a/lib/libc/sys/Makefile.inc
+++ b/lib/libc/sys/Makefile.inc
@@ -116,6 +116,7 @@ MLINKS+=fhopen.2 fhstat.2 fhopen.2 fhstatfs.2
MLINKS+=getdirentries.2 getdents.2
MLINKS+=getgid.2 getegid.2
MLINKS+=getitimer.2 setitimer.2
+MLINKS+=getlogin.2 getlogin_r.3
MLINKS+=getlogin.2 setlogin.2
MLINKS+=getpgrp.2 getpgid.2
MLINKS+=getpid.2 getppid.2
OpenPOWER on IntegriCloud