From baa7a877656a65f76716ae7ebfd040ae048ca0f6 Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 29 Jun 1997 17:39:57 +0000 Subject: Don't generate unused nested #include of . --- sys/kern/makesyscalls.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/kern/makesyscalls.sh') diff --git a/sys/kern/makesyscalls.sh b/sys/kern/makesyscalls.sh index 2af3872..8373010 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 -- cgit v1.1