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 82cdb12ae98..70ee2f01918 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.16 1997/08/29 20:44:24 kstailey Exp + * created from OpenBSD: syscalls.master,v 1.17 1997/11/13 07:11:12 deraadt Exp */ char *syscallnames[] = { @@ -335,4 +335,5 @@ char *syscallnames[] = { "poll", /* 252 = poll */ "issetugid", /* 253 = issetugid */ "lchown", /* 254 = lchown */ + "getsid", /* 255 = getsid */ }; |