summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-06-29 17:47:32 +0000
committerbde <bde@FreeBSD.org>1997-06-29 17:47:32 +0000
commitb80172dfce576f6c2038cd44127d9c3ddaab9cb7 (patch)
treeec528b50b620a7571decf9ff23c3a3276c0cb3c3
parentbaa7a877656a65f76716ae7ebfd040ae048ca0f6 (diff)
downloadFreeBSD-src-b80172dfce576f6c2038cd44127d9c3ddaab9cb7.zip
FreeBSD-src-b80172dfce576f6c2038cd44127d9c3ddaab9cb7.tar.gz
Updated generated files (makesyscalls.sh changed). Only sysproto.h
really changed.
-rw-r--r--sys/kern/init_sysent.c2
-rw-r--r--sys/kern/syscalls.c2
-rw-r--r--sys/sys/syscall-hide.h2
-rw-r--r--sys/sys/syscall.h2
-rw-r--r--sys/sys/sysproto.h3
5 files changed, 5 insertions, 6 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index 29b435f..d3b4a70 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: syscalls.master,v 1.39 1997/06/01 08:52:38 peter Exp
+ * created from Id: syscalls.master,v 1.40 1997/06/16 00:29:32 dyson Exp
*/
#include <sys/param.h>
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index b824925..f1b82ea 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.39 1997/06/01 08:52:38 peter Exp
+ * created from Id: syscalls.master,v 1.40 1997/06/16 00:29:32 dyson Exp
*/
char *syscallnames[] = {
diff --git a/sys/sys/syscall-hide.h b/sys/sys/syscall-hide.h
index 9719618..b663de1 100644
--- a/sys/sys/syscall-hide.h
+++ b/sys/sys/syscall-hide.h
@@ -2,7 +2,7 @@
* System call hiders.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.39 1997/06/01 08:52:38 peter Exp
+ * created from Id: syscalls.master,v 1.40 1997/06/16 00:29:32 dyson Exp
*/
HIDE_POSIX(fork)
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index bd7b41d..c9d5581 100644
--- a/sys/sys/syscall.h
+++ b/sys/sys/syscall.h
@@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.39 1997/06/01 08:52:38 peter Exp
+ * created from Id: syscalls.master,v 1.40 1997/06/16 00:29:32 dyson Exp
*/
#define SYS_syscall 0
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index cf0015b..ca155f0 100644
--- a/sys/sys/sysproto.h
+++ b/sys/sys/sysproto.h
@@ -2,13 +2,12 @@
* System call prototypes.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.39 1997/06/01 08:52:38 peter Exp
+ * created from Id: syscalls.master,v 1.40 1997/06/16 00:29:32 dyson Exp
*/
#ifndef _SYS_SYSPROTO_H_
#define _SYS_SYSPROTO_H_
-#include <sys/aio.h>
#include <sys/signal.h>
struct nosys_args {
OpenPOWER on IntegriCloud