summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-09-11 14:20:18 +0000
committerbde <bde@FreeBSD.org>1999-09-11 14:20:18 +0000
commit84666862602a42e1eec1430d4968764c6b949fce (patch)
tree073e4e865a9e4889e843a9566689624140c84ee5 /lib
parent587e83e810d7ef6613f13e126ab733d066da4021 (diff)
downloadFreeBSD-src-84666862602a42e1eec1430d4968764c6b949fce.zip
FreeBSD-src-84666862602a42e1eec1430d4968764c6b949fce.tar.gz
Fixed disordering in previous commit.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc
index e984fa4..8576ef6 100644
--- a/lib/libc/sys/Makefile.inc
+++ b/lib/libc/sys/Makefile.inc
@@ -111,8 +111,8 @@ MLINKS+=chflags.2 fchflags.2
MLINKS+=chmod.2 fchmod.2 chmod.2 lchmod.2
MLINKS+=chown.2 fchown.2 chown.2 lchown.2
MLINKS+=clock_gettime.2 clock_getres.2 clock_gettime.2 clock_settime.2
-MLINKS+=fhopen.2 fhstat.2 fhopen.2 fhstatfs.2
MLINKS+=dup.2 dup2.2
+MLINKS+=fhopen.2 fhstat.2 fhopen.2 fhstatfs.2
MLINKS+=getdirentries.2 getdents.2
MLINKS+=getgid.2 getegid.2
MLINKS+=getitimer.2 setitimer.2
OpenPOWER on IntegriCloud