From acf6d6578f360b0401bbb624a51332154d54664c Mon Sep 17 00:00:00 2001 From: jsg Date: Wed, 6 May 2015 11:20:07 +0000 Subject: [PATCH] #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. --- sys/kern/syscalls.master | 3 +-- 1 file changed, 1 insertion(+), 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 #include #include -#include ; Reserved/unimplemented system calls in the range 0-150 inclusive ; are reserved for use in future Berkeley releases. -- 2.20.1