Deleted Added
full compact
1c1
< $FreeBSD: head/sys/i386/ibcs2/syscalls.xenix 160192 2006-07-08 20:12:14Z jhb $
---
> $FreeBSD: head/sys/i386/ibcs2/syscalls.xenix 160798 2006-07-28 19:05:28Z jhb $
17c17
< 7 AUE_NULL MSTD { int xenix_rdchk(int fd); }
---
> 7 AUE_NULL STD { int xenix_rdchk(int fd); }
20,22c20,22
< 10 AUE_FTRUNCATE MSTD { int xenix_chsize(int fd, long size); }
< 11 AUE_NULL MSTD { int xenix_ftime(struct timeb *tp); }
< 12 AUE_NULL MSTD { int xenix_nap(int millisec); }
---
> 10 AUE_FTRUNCATE STD { int xenix_chsize(int fd, long size); }
> 11 AUE_NULL STD { int xenix_ftime(struct timeb *tp); }
> 12 AUE_NULL STD { int xenix_nap(int millisec); }
31c31
< 21 AUE_NULL MSTD { int xenix_scoinfo(void); }
---
> 21 AUE_NULL STD { int xenix_scoinfo(void); }
46c46
< 36 AUE_SELECT MNOPROTO { int select(u_int nd, fd_set *in, \
---
> 36 AUE_SELECT NOPROTO { int select(u_int nd, fd_set *in, \
49c49
< 37 AUE_EACCESS MSTD { int xenix_eaccess(char *path, int flags); }
---
> 37 AUE_EACCESS STD { int xenix_eaccess(char *path, int flags); }
51c51
< 39 AUE_NULL MSTD { int ibcs2_sigaction(int sig, \
---
> 39 AUE_NULL STD { int ibcs2_sigaction(int sig, \
54c54
< 40 AUE_NULL MSTD { int ibcs2_sigprocmask(int how, \
---
> 40 AUE_NULL STD { int ibcs2_sigprocmask(int how, \
57,59c57,59
< 41 AUE_NULL MSTD { int ibcs2_sigpending(ibcs2_sigset_t *mask); }
< 42 AUE_NULL MSTD { int ibcs2_sigsuspend(ibcs2_sigset_t *mask); }
< 43 AUE_GETGROUPS MSTD { int ibcs2_getgroups(int gidsetsize, \
---
> 41 AUE_NULL STD { int ibcs2_sigpending(ibcs2_sigset_t *mask); }
> 42 AUE_NULL STD { int ibcs2_sigsuspend(ibcs2_sigset_t *mask); }
> 43 AUE_GETGROUPS STD { int ibcs2_getgroups(int gidsetsize, \
61c61
< 44 AUE_SETGROUPS MSTD { int ibcs2_setgroups(int gidsetsize, \
---
> 44 AUE_SETGROUPS STD { int ibcs2_setgroups(int gidsetsize, \
63,66c63,66
< 45 AUE_NULL MSTD { int ibcs2_sysconf(int name); }
< 46 AUE_PATHCONF MSTD { int ibcs2_pathconf(char *path, int name); }
< 47 AUE_FPATHCONF MSTD { int ibcs2_fpathconf(int fd, int name); }
< 48 AUE_RENAME MSTD { int ibcs2_rename(char *from, char *to); }
---
> 45 AUE_NULL STD { int ibcs2_sysconf(int name); }
> 46 AUE_PATHCONF STD { int ibcs2_pathconf(char *path, int name); }
> 47 AUE_FPATHCONF STD { int ibcs2_fpathconf(int fd, int name); }
> 48 AUE_RENAME STD { int ibcs2_rename(char *from, char *to); }
68c68
< 50 AUE_NULL MSTD { int xenix_utsname(long addr); }
---
> 50 AUE_NULL STD { int xenix_utsname(long addr); }
73c73
< 55 AUE_GETITIMER MNOPROTO { int getitimer(u_int which, \
---
> 55 AUE_GETITIMER NOPROTO { int getitimer(u_int which, \
75c75
< 56 AUE_SETITIMER MNOPROTO { int setitimer(u_int which, \
---
> 56 AUE_SETITIMER NOPROTO { int setitimer(u_int which, \