summaryrefslogtreecommitdiffstats
path: root/sys/kern/makesyscalls.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/makesyscalls.sh')
-rw-r--r--sys/kern/makesyscalls.sh4
1 files changed, 2 insertions, 2 deletions
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
} '
OpenPOWER on IntegriCloud