summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_sysent.c
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1994-08-26 09:33:37 +0000
committersos <sos@FreeBSD.org>1994-08-26 09:33:37 +0000
commit970f32f7027f48f9da8a4aa9425dfb453d125259 (patch)
tree1dfdaa2d367a4123c948e53f5393d5d45170aaa1 /sys/kern/init_sysent.c
parent89c704fc474d823e3762315413494d15a2b13ada (diff)
downloadFreeBSD-src-970f32f7027f48f9da8a4aa9425dfb453d125259.zip
FreeBSD-src-970f32f7027f48f9da8a4aa9425dfb453d125259.tar.gz
Oops didn't check that init_sysent.c was generated proberly. Fixed.
Reviewed by: Submitted by:
Diffstat (limited to 'sys/kern/init_sysent.c')
-rw-r--r--sys/kern/init_sysent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index f33eab2..45370dc 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from $Id: init_sysent.c,v 1.3 1994/08/19 11:45:19 davidg Exp $
+ * created from $Id: syscalls.master,v 1.4 1994/08/19 11:45:23 davidg Exp $
*/
#include <sys/param.h>
@@ -524,4 +524,4 @@ struct sysentvec aout_sysvec = {
0,
0,
0
-};
+}; \ No newline at end of file
OpenPOWER on IntegriCloud