summaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-22 21:34:17 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-22 21:34:17 +0000
commit3a037cd18f2c976b014092222e14664bb8293071 (patch)
tree3753c0fe432a4b44c35d01b59e547297db64ca2c /sys/kern/syscalls.master
parent4c0349b0767817408499c2bac6a7e0e0b659baf6 (diff)
extra headers
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 09c54075c56..93743d81d1e 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -1,4 +1,4 @@
-; $OpenBSD: syscalls.master,v 1.58 2003/05/10 17:53:58 miod Exp $
+; $OpenBSD: syscalls.master,v 1.59 2003/06/22 21:34:16 deraadt Exp $
; $NetBSD: syscalls.master,v 1.32 1996/04/23 10:24:21 mycroft Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -40,6 +40,8 @@
#include <sys/mount.h>
#include <sys/syscallargs.h>
#include <sys/poll.h>
+#include <sys/event.h>
+#include <xfs/xfs_pioctl.h>
; Reserved/unimplemented system calls in the range 0-150 inclusive
; are reserved for use in future Berkeley releases.