svn commit: r303853 - stable/11/lib/libc/gen

Bryan Drewery bdrewery at FreeBSD.org
Mon Aug 8 20:15:01 UTC 2016


Author: bdrewery
Date: Mon Aug  8 20:15:00 2016
New Revision: 303853
URL: https://svnweb.freebsd.org/changeset/base/303853

Log:
  MFC r303687:
  
    Add link for getnetgrent_r(3).
  
  Approved by:	re (kib)

Modified:
  stable/11/lib/libc/gen/Makefile.inc
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libc/gen/Makefile.inc
==============================================================================
--- stable/11/lib/libc/gen/Makefile.inc	Mon Aug  8 20:01:55 2016	(r303852)
+++ stable/11/lib/libc/gen/Makefile.inc	Mon Aug  8 20:15:00 2016	(r303853)
@@ -390,6 +390,7 @@ MLINKS+=getgrent.3 endgrent.3 \
 	getgrent.3 getgrgid_r.3
 MLINKS+=gethostname.3 sethostname.3
 MLINKS+=getnetgrent.3 endnetgrent.3 \
+	getnetgrent.3 getnetgrent_r.3 \
 	getnetgrent.3 innetgr.3 \
 	getnetgrent.3 setnetgrent.3
 MLINKS+=getprogname.3 setprogname.3


More information about the svn-src-all mailing list