From 3050159ad52237bd014393d136cc1f40ee23652e Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Thu, 23 Dec 1999 16:12:24 +0000 Subject: 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. --- lib/libc/sys/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libc/sys') diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index 8576ef67883c..306aafa2f9d4 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 -- cgit v1.3