summaryrefslogtreecommitdiffstats
path: root/sys/kern/makesyscalls.sh
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1995-02-14 19:23:22 +0000
committersos <sos@FreeBSD.org>1995-02-14 19:23:22 +0000
commit6deee3a45e9abcbe47f1e19b76c976658e2c5f26 (patch)
tree14e904cc9fa37485b1036478f5d4998f31c42a71 /sys/kern/makesyscalls.sh
parent7402b2152526539603dab9e8f1b64f404e3905e1 (diff)
downloadFreeBSD-src-6deee3a45e9abcbe47f1e19b76c976658e2c5f26.zip
FreeBSD-src-6deee3a45e9abcbe47f1e19b76c976658e2c5f26.tar.gz
First attempt to run linux binaries. This is only the changes needed to
the generic kernel. The actual emulator is a separate LKM. (not finished yet, sorry). Submitted by: sos@freebsd.org & sef@kithrup.com
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 50de7d2..a4875fb 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.9 1994/10/09 22:07:37 sos Exp $
+# $Id: makesyscalls.sh,v 1.10 1994/11/06 21:57:16 ats Exp $
set -e
@@ -183,7 +183,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\t0,\n\t0\n};\n") > sysent
+ printf ("\t0,\n\t0,\n\t0,\n\t0,\n\t0,\n\t0\n};\n") > sysent
printf("};\n") > sysnames
} '
OpenPOWER on IntegriCloud