summaryrefslogtreecommitdiff
path: root/sys/compat/hpux
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/hpux')
-rw-r--r--sys/compat/hpux/Makefile11
-rw-r--r--sys/compat/hpux/files.hpux1
-rw-r--r--sys/compat/hpux/hpux.h1
-rw-r--r--sys/compat/hpux/hpux_compat.c1
-rw-r--r--sys/compat/hpux/hpux_exec.c1
-rw-r--r--sys/compat/hpux/hpux_exec.h1
-rw-r--r--sys/compat/hpux/hpux_file.c1
-rw-r--r--sys/compat/hpux/hpux_net.c1
-rw-r--r--sys/compat/hpux/hpux_sig.c1
-rw-r--r--sys/compat/hpux/hpux_syscall.h2
-rw-r--r--sys/compat/hpux/hpux_syscallargs.h2
-rw-r--r--sys/compat/hpux/hpux_syscalls.c2
-rw-r--r--sys/compat/hpux/hpux_sysent.c2
-rw-r--r--sys/compat/hpux/hpux_termio.h1
-rw-r--r--sys/compat/hpux/hpux_tty.c1
-rw-r--r--sys/compat/hpux/hpux_util.h1
-rw-r--r--sys/compat/hpux/syscalls.conf1
17 files changed, 27 insertions, 4 deletions
diff --git a/sys/compat/hpux/Makefile b/sys/compat/hpux/Makefile
new file mode 100644
index 00000000000..1a11ee9cc77
--- /dev/null
+++ b/sys/compat/hpux/Makefile
@@ -0,0 +1,11 @@
+# $OpenBSD: Makefile,v 1.1 1996/08/02 20:34:52 niklas Exp $
+
+DEP= syscalls.conf syscalls.master ../../kern/makesyscalls.sh
+OBJS= hpux_sysent.c hpux_syscalls.c hpux_syscall.h hpux_syscallargs.h
+
+${OBJS}: ${DEP}
+ -mv -f hpux_sysent.c hpux_sysent.c.bak
+ -mv -f hpux_syscalls.c hpux_syscalls.c.bak
+ -mv -f hpux_syscall.h hpux_syscall.h.bak
+ -mv -f hpux_syscallargs.h hpux_syscallargs.h.bak
+ sh ../../kern/makesyscalls.sh syscalls.conf syscalls.master
diff --git a/sys/compat/hpux/files.hpux b/sys/compat/hpux/files.hpux
index ef39e01b8a3..e9d746a16a0 100644
--- a/sys/compat/hpux/files.hpux
+++ b/sys/compat/hpux/files.hpux
@@ -1,3 +1,4 @@
+# $OpenBSD: files.hpux,v 1.3 1996/08/02 20:34:52 niklas Exp $
# $NetBSD: files.hpux,v 1.2 1995/11/28 08:39:52 thorpej Exp $
#
# Config.new file description for machine-independent HPUX compat code.
diff --git a/sys/compat/hpux/hpux.h b/sys/compat/hpux/hpux.h
index f5d7a67f99c..92da34ae5da 100644
--- a/sys/compat/hpux/hpux.h
+++ b/sys/compat/hpux/hpux.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: hpux.h,v 1.3 1996/08/02 20:34:53 niklas Exp $ */
/* $NetBSD: hpux.h,v 1.10 1995/12/08 07:54:43 thorpej Exp $ */
/*
diff --git a/sys/compat/hpux/hpux_compat.c b/sys/compat/hpux/hpux_compat.c
index 45c5b3105c7..9c91b48ebd1 100644
--- a/sys/compat/hpux/hpux_compat.c
+++ b/sys/compat/hpux/hpux_compat.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: hpux_compat.c,v 1.5 1996/08/02 20:34:53 niklas Exp $ */
/* $NetBSD: hpux_compat.c,v 1.23 1996/01/06 12:44:11 thorpej Exp $ */
/*
diff --git a/sys/compat/hpux/hpux_exec.c b/sys/compat/hpux/hpux_exec.c
index 94ae7d5a02c..25e4346c01d 100644
--- a/sys/compat/hpux/hpux_exec.c
+++ b/sys/compat/hpux/hpux_exec.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: hpux_exec.c,v 1.3 1996/08/02 20:34:54 niklas Exp $ */
/* $NetBSD: hpux_exec.c,v 1.3 1996/01/06 12:44:13 thorpej Exp $ */
/*
diff --git a/sys/compat/hpux/hpux_exec.h b/sys/compat/hpux/hpux_exec.h
index 6002d08a263..fb46131e916 100644
--- a/sys/compat/hpux/hpux_exec.h
+++ b/sys/compat/hpux/hpux_exec.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: hpux_exec.h,v 1.3 1996/08/02 20:34:54 niklas Exp $ */
/* $NetBSD: hpux_exec.h,v 1.6 1995/11/28 08:39:45 thorpej Exp $ */
/*
diff --git a/sys/compat/hpux/hpux_file.c b/sys/compat/hpux/hpux_file.c
index 01d9b8b5c07..7fa18917454 100644
--- a/sys/compat/hpux/hpux_file.c
+++ b/sys/compat/hpux/hpux_file.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: hpux_file.c,v 1.3 1996/08/02 20:34:55 niklas Exp $ */
/* $NetBSD: hpux_file.c,v 1.3 1996/01/06 12:44:14 thorpej Exp $ */
/*
diff --git a/sys/compat/hpux/hpux_net.c b/sys/compat/hpux/hpux_net.c
index e23a58a80fa..3896a05e04c 100644
--- a/sys/compat/hpux/hpux_net.c
+++ b/sys/compat/hpux/hpux_net.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: hpux_net.c,v 1.2 1996/08/02 20:34:56 niklas Exp $ */
/* $NetBSD: hpux_net.c,v 1.12 1995/10/07 06:26:37 mycroft Exp $ */
/*
diff --git a/sys/compat/hpux/hpux_sig.c b/sys/compat/hpux/hpux_sig.c
index 07bd6633f7c..565bda747da 100644
--- a/sys/compat/hpux/hpux_sig.c
+++ b/sys/compat/hpux/hpux_sig.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: hpux_sig.c,v 1.3 1996/08/02 20:34:56 niklas Exp $ */
/* $NetBSD: hpux_sig.c,v 1.15 1995/11/28 08:39:50 thorpej Exp $ */
/*
diff --git a/sys/compat/hpux/hpux_syscall.h b/sys/compat/hpux/hpux_syscall.h
index 02d1e7e2eb2..210c0bd3253 100644
--- a/sys/compat/hpux/hpux_syscall.h
+++ b/sys/compat/hpux/hpux_syscall.h
@@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.9 1995/11/28 08:39:56 thorpej Exp
+ * created from OpenBSD: syscalls.master,v 1.3 1996/08/02 20:29:10 niklas Exp
*/
#define HPUX_SYS_syscall 0
diff --git a/sys/compat/hpux/hpux_syscallargs.h b/sys/compat/hpux/hpux_syscallargs.h
index 045caa1396d..41d03a4556d 100644
--- a/sys/compat/hpux/hpux_syscallargs.h
+++ b/sys/compat/hpux/hpux_syscallargs.h
@@ -2,7 +2,7 @@
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.9 1995/11/28 08:39:56 thorpej Exp
+ * created from OpenBSD: syscalls.master,v 1.3 1996/08/02 20:29:10 niklas Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }
diff --git a/sys/compat/hpux/hpux_syscalls.c b/sys/compat/hpux/hpux_syscalls.c
index 2ee02aa86f3..6db313b6893 100644
--- a/sys/compat/hpux/hpux_syscalls.c
+++ b/sys/compat/hpux/hpux_syscalls.c
@@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.9 1995/11/28 08:39:56 thorpej Exp
+ * created from OpenBSD: syscalls.master,v 1.3 1996/08/02 20:29:10 niklas Exp
*/
char *hpux_syscallnames[] = {
diff --git a/sys/compat/hpux/hpux_sysent.c b/sys/compat/hpux/hpux_sysent.c
index 22e9507d10d..3a03ac3da6f 100644
--- a/sys/compat/hpux/hpux_sysent.c
+++ b/sys/compat/hpux/hpux_sysent.c
@@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.9 1995/11/28 08:39:56 thorpej Exp
+ * created from OpenBSD: syscalls.master,v 1.3 1996/08/02 20:29:10 niklas Exp
*/
#include <sys/param.h>
diff --git a/sys/compat/hpux/hpux_termio.h b/sys/compat/hpux/hpux_termio.h
index ec446acd16e..d659cd5c85f 100644
--- a/sys/compat/hpux/hpux_termio.h
+++ b/sys/compat/hpux/hpux_termio.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: hpux_termio.h,v 1.2 1996/08/02 20:34:59 niklas Exp $ */
/* $NetBSD: hpux_termio.h,v 1.6 1994/10/26 02:45:20 cgd Exp $ */
/*
diff --git a/sys/compat/hpux/hpux_tty.c b/sys/compat/hpux/hpux_tty.c
index 505e00b2481..47f07bd68cf 100644
--- a/sys/compat/hpux/hpux_tty.c
+++ b/sys/compat/hpux/hpux_tty.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: hpux_tty.c,v 1.3 1996/08/02 20:35:00 niklas Exp $ */
/* $NetBSD: hpux_tty.c,v 1.13 1995/12/11 16:32:46 thorpej Exp $ */
/*
diff --git a/sys/compat/hpux/hpux_util.h b/sys/compat/hpux/hpux_util.h
index 319a2e57923..4cc6e2d0da0 100644
--- a/sys/compat/hpux/hpux_util.h
+++ b/sys/compat/hpux/hpux_util.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: hpux_util.h,v 1.3 1996/08/02 20:35:00 niklas Exp $ */
/* $NetBSD: hpux_util.h,v 1.3 1995/12/08 07:45:34 thorpej Exp $ */
/*
diff --git a/sys/compat/hpux/syscalls.conf b/sys/compat/hpux/syscalls.conf
index 15f32874734..22e0841d1a3 100644
--- a/sys/compat/hpux/syscalls.conf
+++ b/sys/compat/hpux/syscalls.conf
@@ -1,3 +1,4 @@
+# $OpenBSD: syscalls.conf,v 1.3 1996/08/02 20:35:00 niklas Exp $
# $NetBSD: syscalls.conf,v 1.2 1995/11/28 08:39:54 thorpej Exp $
sysnames="hpux_syscalls.c"