From 7a7bc7628ca6bddd629897dfbbd7633e3256c12c Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 29 Jun 1997 17:39:57 +0000 Subject: [PATCH] Don't generate unused nested #include of . --- sys/kern/makesyscalls.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/kern/makesyscalls.sh b/sys/kern/makesyscalls.sh index 2af3872e5e5..837301018a8 100644 --- a/sys/kern/makesyscalls.sh +++ b/sys/kern/makesyscalls.sh @@ -1,6 +1,6 @@ #! /bin/sh - # @(#)makesyscalls.sh 8.1 (Berkeley) 6/10/93 -# $Id: makesyscalls.sh,v 1.22 1997/03/29 11:11:18 peter Exp $ +# $Id: makesyscalls.sh,v 1.23 1997/06/16 00:29:31 dyson Exp $ set -e @@ -105,7 +105,6 @@ s/\$//g printf " * created from%s\n */\n\n", $0 > sysarg printf("#ifndef %s\n", sysproto_h) > sysarg printf("#define\t%s\n\n", sysproto_h) > sysarg - printf "#include \n" > sysarg printf "#include \n\n", $0 > sysarg printf " * created from%s\n */\n\n", $0 > sysnames