summaryrefslogtreecommitdiff
path: root/sys/compat/freebsd/freebsd_syscall.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-11-13 06:53:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-11-13 06:53:59 +0000
commit7eaa1da8a65b7c1bc8323712e85e7711eb61a588 (patch)
tree7b7aeb5684c84a1635d6c8fb99404e1b0d8e0cd9 /sys/compat/freebsd/freebsd_syscall.h
parent2da605b2813701516f4d353e12b3829bf1684a1e (diff)
sync
Diffstat (limited to 'sys/compat/freebsd/freebsd_syscall.h')
-rw-r--r--sys/compat/freebsd/freebsd_syscall.h24
1 files changed, 22 insertions, 2 deletions
diff --git a/sys/compat/freebsd/freebsd_syscall.h b/sys/compat/freebsd/freebsd_syscall.h
index 7f6b9927990..cffafbe18b0 100644
--- a/sys/compat/freebsd/freebsd_syscall.h
+++ b/sys/compat/freebsd/freebsd_syscall.h
@@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.4 1996/08/02 20:29:12 niklas Exp
+ * created from OpenBSD: syscalls.master,v 1.5 1997/11/13 06:53:51 deraadt Exp
*/
#define FREEBSD_SYS_syscall 0
@@ -193,4 +193,24 @@
#define FREEBSD_SYS_mlock 203
#define FREEBSD_SYS_munlock 204
#define FREEBSD_SYS_undelete 205
-#define FREEBSD_SYS_MAXSYSCALL 220
+#define FREEBSD_SYS_getpgid 207
+#define FREEBSD_SYS_poll 209
+#define FREEBSD_SYS___semctl 220
+#define FREEBSD_SYS_semget 221
+#define FREEBSD_SYS_semop 222
+#define FREEBSD_SYS_semconfig 223
+#define FREEBSD_SYS_msgctl 224
+#define FREEBSD_SYS_msgget 225
+#define FREEBSD_SYS_msgsnd 226
+#define FREEBSD_SYS_msgrcv 227
+#define FREEBSD_SYS_shmat 228
+#define FREEBSD_SYS_shmctl 229
+#define FREEBSD_SYS_shmdt 230
+#define FREEBSD_SYS_shmget 231
+#define FREEBSD_SYS_nanosleep 240
+#define FREEBSD_SYS_minherit 250
+#define FREEBSD_SYS_rfork 251
+#define FREEBSD_SYS_poll 252
+#define FREEBSD_SYS_issetugid 253
+#define FREEBSD_SYS_lchown 254
+#define FREEBSD_SYS_MAXSYSCALL 255