Date: Fri, 31 May 2019 16:24:51 +0000 (UTC) From: Alan Somers <asomers@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r348467 - stable/12/lib/libc/sys Message-ID: <201905311624.x4VGOpT8024220@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: asomers Date: Fri May 31 16:24:51 2019 New Revision: 348467 URL: https://svnweb.freebsd.org/changeset/base/348467 Log: MFC r348077: Link fhlinkat(2) man page Reviewed by: kib MFC-With: r341689 Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D20339 Modified: stable/12/lib/libc/sys/Makefile.inc Directory Properties: stable/12/ (props changed) Modified: stable/12/lib/libc/sys/Makefile.inc ============================================================================== --- stable/12/lib/libc/sys/Makefile.inc Fri May 31 16:24:22 2019 (r348466) +++ stable/12/lib/libc/sys/Makefile.inc Fri May 31 16:24:51 2019 (r348467) @@ -394,6 +394,7 @@ MLINKS+=extattr_get_file.2 extattr.2 \ MLINKS+=ffclock.2 ffclock_getcounter.2 \ ffclock.2 ffclock_getestimate.2 \ ffclock.2 ffclock_setestimate.2 +MLINKS+=fhlink.2 fhlinkat.2 MLINKS+=fhopen.2 fhstat.2 fhopen.2 fhstatfs.2 MLINKS+=fsync.2 fdatasync.2 MLINKS+=getdirentries.2 getdents.2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905311624.x4VGOpT8024220>