summaryrefslogtreecommitdiff
path: root/sys/kern/init_sysent.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/init_sysent.c')
-rw-r--r--sys/kern/init_sysent.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index 800cb975353..c911d79ed22 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -2,7 +2,7 @@
* System call switch table.
*
* 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
*/
#include <sys/param.h>
@@ -652,5 +652,7 @@ struct sysent sysent[] = {
sys_issetugid }, /* 253 = issetugid */
{ 3, s(struct sys_lchown_args),
sys_lchown }, /* 254 = lchown */
+ { 1, s(struct sys_getsid_args),
+ sys_getsid }, /* 255 = getsid */
};