Minor whitespace cleanup.

This commit is contained in:
obrien 2000-10-22 21:42:03 +00:00
parent 8acb3d7a12
commit 947a094612

View File

@ -111,7 +111,8 @@
int prot, int flags, int fd, off_t pos); } int prot, int flags, int fd, off_t pos); }
72 UNIMPL LINUX 72 UNIMPL LINUX
73 STD LINUX { int linux_munmap(caddr_t addr, u_long len); } 73 STD LINUX { int linux_munmap(caddr_t addr, u_long len); }
74 STD LINUX { int linux_mprotect(caddr_t addr, size_t len, int prot); } 74 STD LINUX { int linux_mprotect(caddr_t addr, size_t len, \
int prot); }
75 UNIMPL LINUX madvise 75 UNIMPL LINUX madvise
76 STD LINUX { int linux_vhangup(void); } 76 STD LINUX { int linux_vhangup(void); }
77 UNIMPL LINUX 77 UNIMPL LINUX
@ -132,7 +133,8 @@
osethostname sethostname_args int osethostname sethostname_args int
89 UNIMPL LINUX getdtablesize 89 UNIMPL LINUX getdtablesize
90 NOPROTO LINUX { int dup2(u_int from, u_int to); } 90 NOPROTO LINUX { int dup2(u_int from, u_int to); }
91 STD LINUX { int linux_newfstat(int fd, struct linux_newstat *buf); } 91 STD LINUX { int linux_newfstat(int fd, \
struct linux_newstat *buf); }
92 STD LINUX { int linux_fcntl(int fd, int cmd, u_long arg); } 92 STD LINUX { int linux_fcntl(int fd, int cmd, u_long arg); }
93 STD LINUX { int osf1_select(u_int nd, fd_set *in, fd_set *ou, \ 93 STD LINUX { int osf1_select(u_int nd, fd_set *in, fd_set *ou, \
fd_set *ex, struct timeval *tv); } fd_set *ex, struct timeval *tv); }
@ -223,8 +225,7 @@
163 UNIMPL LINUX 163 UNIMPL LINUX
164 UNIMPL LINUX 164 UNIMPL LINUX
165 UNIMPL LINUX 165 UNIMPL LINUX
166 NOPROTO LINUX { int setdomainname(char *name, \ 166 NOPROTO LINUX { int setdomainname(char *name, int len); }
int len); }
167 UNIMPL LINUX 167 UNIMPL LINUX
168 UNIMPL LINUX 168 UNIMPL LINUX
169 UNIMPL LINUX 169 UNIMPL LINUX
@ -399,11 +400,9 @@
const struct sched_param *param); } const struct sched_param *param); }
331 NOPROTO POSIX { int sched_getparam (pid_t pid, \ 331 NOPROTO POSIX { int sched_getparam (pid_t pid, \
struct sched_param *param); } struct sched_param *param); }
332 STD POSIX { int linux_sched_setscheduler(pid_t pid, int policy, \ 332 STD POSIX { int linux_sched_setscheduler(pid_t pid, int policy, \
const struct sched_param *param); } const struct sched_param *param); }
333 STD POSIX { int linux_sched_getscheduler (pid_t pid); } 333 STD POSIX { int linux_sched_getscheduler (pid_t pid); }
334 NOPROTO POSIX { int sched_yield (void); } 334 NOPROTO POSIX { int sched_yield (void); }
335 NOPROTO POSIX { int sched_get_priority_max (int policy); } 335 NOPROTO POSIX { int sched_get_priority_max (int policy); }
336 NOPROTO POSIX { int sched_get_priority_min (int policy); } 336 NOPROTO POSIX { int sched_get_priority_min (int policy); }