summaryrefslogtreecommitdiff
path: root/sys/compat/linux
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-08-02 20:35:55 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-08-02 20:35:55 +0000
commitcd0973a98c9d44282442ba6bc83d7b2303769348 (patch)
tree39709448720ff4eb1f9fc5727b4d0cbe115fca9e /sys/compat/linux
parent7355e38d0c8f253b0bd3b3066c37c5c0d99cb747 (diff)
Added Makefiles to build stuff from syscalls.master in some emulations.
Regenerated derived files from various syscalls.master files. Added $OpenBSD$.
Diffstat (limited to 'sys/compat/linux')
-rw-r--r--sys/compat/linux/linux_syscall.h2
-rw-r--r--sys/compat/linux/linux_syscallargs.h2
-rw-r--r--sys/compat/linux/linux_syscalls.c2
-rw-r--r--sys/compat/linux/linux_sysent.c2
4 files changed, 8 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h
index 89a9da969e0..0265a9e83ce 100644
--- a/sys/compat/linux/linux_syscall.h
+++ b/sys/compat/linux/linux_syscall.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: linux_syscall.h,v 1.6 1996/08/02 20:35:21 niklas Exp $ */
+
/*
* System call numbers.
*
diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h
index 12efb98f917..1654d8342c2 100644
--- a/sys/compat/linux/linux_syscallargs.h
+++ b/sys/compat/linux/linux_syscallargs.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: linux_syscallargs.h,v 1.7 1996/08/02 20:35:22 niklas Exp $ */
+
/*
* System call argument lists.
*
diff --git a/sys/compat/linux/linux_syscalls.c b/sys/compat/linux/linux_syscalls.c
index 8ed6859d25e..601c7880146 100644
--- a/sys/compat/linux/linux_syscalls.c
+++ b/sys/compat/linux/linux_syscalls.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: linux_syscalls.c,v 1.6 1996/08/02 20:35:22 niklas Exp $ */
+
/*
* System call names.
*
diff --git a/sys/compat/linux/linux_sysent.c b/sys/compat/linux/linux_sysent.c
index ebda0c5f720..0768f8ed901 100644
--- a/sys/compat/linux/linux_sysent.c
+++ b/sys/compat/linux/linux_sysent.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: linux_sysent.c,v 1.7 1996/08/02 20:35:22 niklas Exp $ */
+
/*
* System call switch table.
*