summaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.c
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>1998-08-30 18:08:24 +0000
committerArtur Grabowski <art@cvs.openbsd.org>1998-08-30 18:08:24 +0000
commitcec9004681ddb64c6ff11e3d62b2062902d9ddb3 (patch)
tree38de2e6d987aad06ac13dbcf62fd436de24ecbf5 /sys/kern/syscalls.c
parenta154c23623bac768e85d525b0822b2cdb2bf8544 (diff)
regen with xfspioctl
Diffstat (limited to 'sys/kern/syscalls.c')
-rw-r--r--sys/kern/syscalls.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index 5482354f296..db0482d8640 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscalls.c,v 1.30 1998/06/12 08:32:01 deraadt Exp $ */
+/* $OpenBSD: syscalls.c,v 1.31 1998/08/30 18:08:23 art Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.28 1998/06/12 08:31:11 deraadt Exp
+ * created from; OpenBSD: syscalls.master,v 1.29 1998/08/30 18:04:21 art Exp
*/
char *syscallnames[] = {
@@ -256,7 +256,11 @@ char *syscallnames[] = {
"undelete", /* 205 = undelete */
"futimes", /* 206 = futimes */
"getpgid", /* 207 = getpgid */
- "#208 (unimplemented)", /* 208 = unimplemented */
+#ifdef XFS
+ "xfspioctl", /* 208 = xfspioctl */
+#else
+ "#208 (unimplemented pioctl)", /* 208 = unimplemented pioctl */
+#endif
"#209 (unimplemented)", /* 209 = unimplemented */
#ifdef LKM
"lkmnosys", /* 210 = lkmnosys */