Remove alternative names that are identical to the default.

Verified by make sysent producing no changes.
This commit is contained in:
Brooks Davis 2018-05-30 22:22:58 +00:00
parent 2708737d38
commit 64b378f1e1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334405
2 changed files with 2 additions and 4 deletions

View File

@ -156,8 +156,7 @@
size_t count); }
59 AUE_EXECVE STD { int freebsd32_execve(char *fname, \
uint32_t *argv, uint32_t *envv); }
60 AUE_UMASK NOPROTO { int umask(int newmask); } umask \
umask_args int
60 AUE_UMASK NOPROTO { int umask(int newmask); }
61 AUE_CHROOT NOPROTO { int chroot(char *path); }
62 AUE_FSTAT COMPAT { int freebsd32_fstat(int fd, \
struct ostat32 *ub); }

View File

@ -210,8 +210,7 @@
_In_z_ char *fname, \
_In_z_ char **argv, \
_In_z_ char **envv); }
60 AUE_UMASK STD { int umask(int newmask); } umask umask_args \
int
60 AUE_UMASK STD { int umask(int newmask); }
61 AUE_CHROOT STD { int chroot(_In_z_ char *path); }
62 AUE_FSTAT COMPAT { int fstat(int fd, _Out_ struct ostat *sb); }
63 AUE_NULL COMPAT { int getkerninfo(int op, \