From 665e2b8d012f073ad88958913ef911a5a7e01e22 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 11 Sep 1999 14:20:18 +0000 Subject: [PATCH] Fixed disordering in previous commit. --- lib/libc/sys/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index e984fa4dec14..8576ef67883c 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