diff options
Diffstat (limited to 'sys/kern/syscalls.c')
-rw-r--r-- | sys/kern/syscalls.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 9e3fb6bc9e3..c1ceae482d6 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -2,7 +2,7 @@ * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.9 1996/05/18 08:53:10 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.10 1996/08/25 09:51:34 deraadt Exp */ char *syscallnames[] = { @@ -333,4 +333,5 @@ char *syscallnames[] = { "minherit", /* 250 = minherit */ "rfork", /* 251 = rfork */ "poll", /* 252 = poll */ + "issetugid", /* 253 = issetugid */ }; |