diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-01-30 03:32:45 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-01-30 03:32:45 +0000 |
commit | 49a656b5c928ada32d7bfd76c34ebcc7ad6581bc (patch) | |
tree | ad28fb0f43f2f8795431c148c659125e6dbcabdf /sys/compat/bsdos/bsdos_syscalls.c | |
parent | e9389a44941c88aa9f36b0eb98cb77abc32542cf (diff) |
regen now that setreuid/setregid have moved out of compat and into kern
Diffstat (limited to 'sys/compat/bsdos/bsdos_syscalls.c')
-rw-r--r-- | sys/compat/bsdos/bsdos_syscalls.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/bsdos/bsdos_syscalls.c b/sys/compat/bsdos/bsdos_syscalls.c index d9cd3027d54..e89b332a86a 100644 --- a/sys/compat/bsdos/bsdos_syscalls.c +++ b/sys/compat/bsdos/bsdos_syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: bsdos_syscalls.c,v 1.10 2002/03/14 00:44:20 miod Exp $ */ +/* $OpenBSD: bsdos_syscalls.c,v 1.11 2003/01/30 03:32:44 millert Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.9 2002/03/14 00:42:24 miod Exp + * created from OpenBSD: syscalls.master,v 1.10 2003/01/30 03:29:48 millert Exp */ char *bsdos_syscallnames[] = { @@ -146,8 +146,8 @@ char *bsdos_syscallnames[] = { "fchown", /* 123 = fchown */ "fchmod", /* 124 = fchmod */ "orecvfrom", /* 125 = orecvfrom */ - "osetreuid", /* 126 = osetreuid */ - "osetregid", /* 127 = osetregid */ + "setreuid", /* 126 = setreuid */ + "setregid", /* 127 = setregid */ "rename", /* 128 = rename */ "otruncate", /* 129 = otruncate */ "oftruncate", /* 130 = oftruncate */ |