summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-08-05 08:27:08 +0000
committerjkh <jkh@FreeBSD.org>1999-08-05 08:27:08 +0000
commit2aa0a6c4f036ace78b3186f39318e29d8b188d5b (patch)
tree46f6110013de815c2b97e48557596afba50b31dc
parent35cfd4e84b8a1652e1f2ab531bd2d006d7733bb8 (diff)
downloadFreeBSD-src-2aa0a6c4f036ace78b3186f39318e29d8b188d5b.zip
FreeBSD-src-2aa0a6c4f036ace78b3186f39318e29d8b188d5b.tar.gz
commit these files after updating syscalls.master.
-rw-r--r--sys/sys/syscall-hide.h2
-rw-r--r--sys/sys/syscall.h2
-rw-r--r--sys/sys/syscall.mk2
-rw-r--r--sys/sys/sysproto.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/sys/syscall-hide.h b/sys/sys/syscall-hide.h
index 4a016f9..3ae31cb 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.59 1999/05/13 09:09:35 bde Exp
+ * created from Id: syscalls.master,v 1.61 1999/08/05 08:18:45 jkh Exp
*/
HIDE_POSIX(fork)
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index 788b0bf..f576909 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.59 1999/05/13 09:09:35 bde Exp
+ * created from Id: syscalls.master,v 1.61 1999/08/05 08:18:45 jkh Exp
*/
#define SYS_syscall 0
diff --git a/sys/sys/syscall.mk b/sys/sys/syscall.mk
index b4550c7..a0536e0 100644
--- a/sys/sys/syscall.mk
+++ b/sys/sys/syscall.mk
@@ -1,6 +1,6 @@
# FreeBSD system call names.
# DO NOT EDIT-- this file is automatically generated.
-# created from Id: syscalls.master,v 1.59 1999/05/13 09:09:35 bde Exp
+# created from Id: syscalls.master,v 1.61 1999/08/05 08:18:45 jkh Exp
MIASM = \
syscall.o \
exit.o \
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index f9b203b..dfe9d5c 100644
--- a/sys/sys/sysproto.h
+++ b/sys/sys/sysproto.h
@@ -2,7 +2,7 @@
* System call prototypes.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.59 1999/05/13 09:09:35 bde Exp
+ * created from Id: syscalls.master,v 1.61 1999/08/05 08:18:45 jkh Exp
*/
#ifndef _SYS_SYSPROTO_H_
OpenPOWER on IntegriCloud