From ddacaf4e0d144e1b3fb6494aca7f45a78e8bd495 Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 26 Sep 1994 03:27:22 +0000 Subject: init_sysent.c was missing the final newline. --- sys/kern/makesyscalls.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/kern/makesyscalls.sh') diff --git a/sys/kern/makesyscalls.sh b/sys/kern/makesyscalls.sh index 8b27dde..fb3f4d4 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.6 1994/09/11 20:45:34 ats Exp $ +# $Id: makesyscalls.sh,v 1.7 1994/09/13 02:21:48 wollman Exp $ set -e @@ -180,7 +180,7 @@ awk < $1 " printf ("struct sysentvec aout_sysvec = {\n") > sysent printf ("\tsizeof (sysent) / sizeof (sysent[0]),\n") > sysent printf ("\tsysent,\n") > sysent - printf ("\t0,\n\t0,\n\t0\n};") > sysent + printf ("\t0,\n\t0,\n\t0\n};\n") > sysent printf("};\n") > sysnames } ' -- cgit v1.1