From 289f11acb49b6dbb3081e09bf94a86f008f55814 Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 16 Mar 1995 18:17:34 +0000 Subject: Add and move declarations to fix all of the warnings from `gcc -Wimplicit' (except in netccitt, netiso and netns) and most of the warnings from `gcc -Wnested-externs'. Fix all the bugs found. There were no serious ones. --- 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 a4875fb..abe49ba 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.10 1994/11/06 21:57:16 ats Exp $ +# $Id: makesyscalls.sh,v 1.11 1995/02/14 19:22:29 sos Exp $ set -e @@ -55,7 +55,6 @@ awk < $1 " NR == 1 { printf " * created from%s\n */\n\n", $0 > sysdcl printf "#include \n" > sysdcl - printf "#include \n" > sysdcl printf "#include \n\n" > sysdcl printf "struct sysent sysent[] = {\n" > sysent -- cgit v1.1