diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 1999-05-22 21:25:52 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 1999-05-22 21:25:52 +0000 |
commit | af195c04fc180f2d000f8f2f84a83b7d706a4fde (patch) | |
tree | 82fdcd07a8a660ac18eb0f3aa85bd007c673f24b /sys/kern/syscalls.c | |
parent | c82c3c20557f0aa62196e4bb7ad7abc911a65b77 (diff) |
Sync syscalls.master
Diffstat (limited to 'sys/kern/syscalls.c')
-rw-r--r-- | sys/kern/syscalls.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 1caaad350dc..b918a0d242a 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: syscalls.c,v 1.36 1999/02/15 21:29:21 millert Exp $ */ +/* $OpenBSD: syscalls.c,v 1.37 1999/05/22 21:25:51 weingart Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.34 1999/02/15 21:28:23 millert Exp + * created from; OpenBSD: syscalls.master,v 1.35 1999/05/22 21:23:40 weingart Exp */ char *syscallnames[] = { @@ -241,7 +241,7 @@ char *syscallnames[] = { "lstat", /* 190 = lstat */ "pathconf", /* 191 = pathconf */ "fpathconf", /* 192 = fpathconf */ - "#193 (unimplemented)", /* 193 = unimplemented */ + "swapctl", /* 193 = swapctl */ "getrlimit", /* 194 = getrlimit */ "setrlimit", /* 195 = setrlimit */ "getdirentries", /* 196 = getdirentries */ |