From: jsg Date: Wed, 6 May 2015 11:20:07 +0000 (+0000) Subject: #include was removed from init_sysent.c but not X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=acf6d6578f360b0401bbb624a51332154d54664c;p=openbsd #include 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. --- 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 #include #include -#include ; Reserved/unimplemented system calls in the range 0-150 inclusive ; are reserved for use in future Berkeley releases.