diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index 95d6cc591f8a..bfd5e6de4878 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -1,5 +1,5 @@ # from: @(#)Makefile.inc 5.11 (Berkeley) 6/23/91 -# $Id: Makefile.inc,v 1.18 1994/04/06 23:29:29 cgd Exp $ +# $Id: Makefile.inc,v 1.19 1994/04/09 22:57:32 cgd Exp $ # sys sources .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/sys ${.CURDIR}/sys @@ -122,7 +122,7 @@ MLINKS+=read.2 readv.2 MLINKS+=recv.2 recvfrom.2 recv.2 recvmsg.2 MLINKS+=send.2 sendmsg.2 send.2 sendto.2 MLINKS+=setpgid.2 setpgrp.2 -MLINKS+=setuid.3 setegid.3 setuid.3 seteuid.3 setuid.3 setgid.3 +MLINKS+=setuid.2 setegid.2 setuid.2 seteuid.2 setuid.2 setgid.2 MLINKS+=stat.2 fstat.2 stat.2 lstat.2 MLINKS+=statfs.2 fstatfs.2 MLINKS+=truncate.2 ftruncate.2