Fixed disordering and other style bugs in rev.1.50.

This commit is contained in:
Bruce Evans 1998-05-01 15:46:06 +00:00
parent 2be57ccd0c
commit daf5eba573
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35592

View File

@ -1,5 +1,5 @@
# @(#)Makefile.inc 8.3 (Berkeley) 10/24/94
# $Id: Makefile.inc,v 1.50 1998/03/28 11:48:48 dufault Exp $
# $Id: Makefile.inc,v 1.51 1998/04/30 09:13:48 jb Exp $
# sys sources
.PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/sys ${.CURDIR}/../libc/sys
@ -104,13 +104,11 @@ MAN2+= _exit.2 accept.2 access.2 acct.2 adjtime.2 \
sigstack.2 sigsuspend.2 socket.2 socketpair.2 stat.2 statfs.2 \
swapon.2 symlink.2 sync.2 syscall.2 truncate.2 umask.2 undelete.2 \
unlink.2 utimes.2 vfork.2 wait.2 write.2
.if !defined(NO_P1003_1B)
MAN2+= sched_get_priority_max.2 sched_setscheduler.2 \
sched_setparam.2 sched_yield.2
MAN2+= sched_get_priority_max.2 sched_setparam.2 \
sched_setscheduler.2 sched_yield.2
.endif
MLINKS+=brk.2 sbrk.2
MLINKS+=dup.2 dup2.2
MLINKS+=chdir.2 fchdir.2
@ -149,7 +147,7 @@ MLINKS+=write.2 writev.2
.if !defined(NO_P1003_1B)
MLINKS+=sched_get_priority_max.2 sched_get_priority_min.2 \
sched_get_priority_max.2 sched_rr_get_interval.2
MLINKS+=sched_setscheduler.2 sched_getscheduler.2
MLINKS+=sched_setparam.2 sched_getparam.2
MLINKS+=sched_setscheduler.2 sched_getscheduler.2
.endif
.endif