diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-05-06 11:20:08 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-05-06 11:20:08 +0000 |
commit | 6b046b5a72f6a1af37178f76d52fa5070753463f (patch) | |
tree | 0c7f6180cf645089dacd51c8de17f5a0caf6dfd0 /sys | |
parent | 8f2a148defd52c6da0a494bb438b7a28770e3ab4 (diff) |
#include <sys/event.h> was removed from init_sysent.c but not
syscalls.master where the file is generated from. Fix this by removing
it from syscalls.master so it doesn't come back.
From Nicolas Bedos.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/syscalls.master | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 7e79b3dfde1..327bcc8d337 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -1,4 +1,4 @@ -; $OpenBSD: syscalls.master,v 1.152 2015/02/09 13:54:23 deraadt Exp $ +; $OpenBSD: syscalls.master,v 1.153 2015/05/06 11:20:07 jsg Exp $ ; $NetBSD: syscalls.master,v 1.32 1996/04/23 10:24:21 mycroft Exp $ ; @(#)syscalls.master 8.2 (Berkeley) 1/13/94 @@ -40,7 +40,6 @@ #include <sys/mount.h> #include <sys/syscallargs.h> #include <sys/poll.h> -#include <sys/event.h> ; Reserved/unimplemented system calls in the range 0-150 inclusive ; are reserved for use in future Berkeley releases. |