aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-01-08 05:27:29 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-01-08 05:27:29 +0000
commit14537e784b2e08f7c442ca812a911ac23cfce35c (patch)
tree19f8238ce776cbe8001644af7fbabc5773a39e11 /sys
parent801942bdd48c86b2804f00c271915f280923fae9 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/ibcs2/ibcs2_proto.h2
-rw-r--r--sys/i386/ibcs2/ibcs2_syscall.h2
-rw-r--r--sys/i386/ibcs2/ibcs2_sysent.c3
3 files changed, 3 insertions, 4 deletions
diff --git a/sys/i386/ibcs2/ibcs2_proto.h b/sys/i386/ibcs2/ibcs2_proto.h
index e23ba9f523d5..0d0191d28477 100644
--- a/sys/i386/ibcs2/ibcs2_proto.h
+++ b/sys/i386/ibcs2/ibcs2_proto.h
@@ -2,7 +2,7 @@
* System call prototypes.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.4 1996/01/08 04:13:22 peter Exp
+ * created from Id: syscalls.master,v 1.5 1996/01/08 05:24:09 peter Exp
*/
#ifndef _IBCS2_SYSPROTO_H_
diff --git a/sys/i386/ibcs2/ibcs2_syscall.h b/sys/i386/ibcs2/ibcs2_syscall.h
index 4f07286c6ef8..08fadcdff7f9 100644
--- a/sys/i386/ibcs2/ibcs2_syscall.h
+++ b/sys/i386/ibcs2/ibcs2_syscall.h
@@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.4 1996/01/08 04:13:22 peter Exp
+ * created from Id: syscalls.master,v 1.5 1996/01/08 05:24:09 peter Exp
*/
#define IBCS2_SYS_syscall 0
diff --git a/sys/i386/ibcs2/ibcs2_sysent.c b/sys/i386/ibcs2/ibcs2_sysent.c
index 1b83401134a7..f0d59e2bc4f8 100644
--- a/sys/i386/ibcs2/ibcs2_sysent.c
+++ b/sys/i386/ibcs2/ibcs2_sysent.c
@@ -2,10 +2,9 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.4 1996/01/08 04:13:22 peter Exp
+ * created from Id: syscalls.master,v 1.5 1996/01/08 05:24:09 peter Exp
*/
-#include "opt_sysvipc.h"
#include <sys/types.h>
#include <sys/param.h>
#include <sys/sysent.h>