fix typo; from Thomas Eberhardt
This commit is contained in:
parent
55dacae6ea
commit
5f0c20b37b
|
@ -1,5 +1,5 @@
|
||||||
# from: @(#)Makefile.inc 5.11 (Berkeley) 6/23/91
|
# 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
|
# sys sources
|
||||||
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/sys ${.CURDIR}/sys
|
.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+=recv.2 recvfrom.2 recv.2 recvmsg.2
|
||||||
MLINKS+=send.2 sendmsg.2 send.2 sendto.2
|
MLINKS+=send.2 sendmsg.2 send.2 sendto.2
|
||||||
MLINKS+=setpgid.2 setpgrp.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+=stat.2 fstat.2 stat.2 lstat.2
|
||||||
MLINKS+=statfs.2 fstatfs.2
|
MLINKS+=statfs.2 fstatfs.2
|
||||||
MLINKS+=truncate.2 ftruncate.2
|
MLINKS+=truncate.2 ftruncate.2
|
||||||
|
|
Loading…
Reference in New Issue