diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-08-02 20:35:55 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-08-02 20:35:55 +0000 |
commit | cd0973a98c9d44282442ba6bc83d7b2303769348 (patch) | |
tree | 39709448720ff4eb1f9fc5727b4d0cbe115fca9e /sys/compat/ultrix | |
parent | 7355e38d0c8f253b0bd3b3066c37c5c0d99cb747 (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/ultrix')
-rw-r--r-- | sys/compat/ultrix/Makefile | 11 | ||||
-rw-r--r-- | sys/compat/ultrix/files.ultrix | 1 | ||||
-rw-r--r-- | sys/compat/ultrix/syscalls.conf | 1 | ||||
-rw-r--r-- | sys/compat/ultrix/ultrix_ioctl.c | 1 | ||||
-rw-r--r-- | sys/compat/ultrix/ultrix_pathname.c | 1 | ||||
-rw-r--r-- | sys/compat/ultrix/ultrix_syscall.h | 2 | ||||
-rw-r--r-- | sys/compat/ultrix/ultrix_syscallargs.h | 2 | ||||
-rw-r--r-- | sys/compat/ultrix/ultrix_syscalls.c | 2 | ||||
-rw-r--r-- | sys/compat/ultrix/ultrix_sysent.c | 2 | ||||
-rw-r--r-- | sys/compat/ultrix/ultrix_tty.h | 1 | ||||
-rw-r--r-- | sys/compat/ultrix/ultrix_util.h | 1 |
11 files changed, 21 insertions, 4 deletions
diff --git a/sys/compat/ultrix/Makefile b/sys/compat/ultrix/Makefile new file mode 100644 index 00000000000..4455a9bb8fb --- /dev/null +++ b/sys/compat/ultrix/Makefile @@ -0,0 +1,11 @@ +# $OpenBSD: Makefile,v 1.1 1996/08/02 20:35:50 niklas Exp $ + +DEP= syscalls.conf syscalls.master ../../kern/makesyscalls.sh +OBJS= ultrix_sysent.c ultrix_syscalls.c ultrix_syscall.h ultrix_syscallargs.h + +${OBJS}: ${DEP} + -mv -f ultrix_sysent.c ultrix_sysent.c.bak + -mv -f ultrix_syscalls.c ultrix_syscalls.c.bak + -mv -f ultrix_syscall.h ultrix_syscall.h.bak + -mv -f ultrix_syscallargs.h ultrix_syscallargs.h.bak + sh ../../kern/makesyscalls.sh syscalls.conf syscalls.master diff --git a/sys/compat/ultrix/files.ultrix b/sys/compat/ultrix/files.ultrix index 7425a11eae6..08017990b89 100644 --- a/sys/compat/ultrix/files.ultrix +++ b/sys/compat/ultrix/files.ultrix @@ -1,3 +1,4 @@ +# $OpenBSD: files.ultrix,v 1.4 1996/08/02 20:35:50 niklas Exp $ # $NetBSD: files.ultrix,v 1.3 1996/01/07 13:38:49 jonathan Exp $ # # Config file description for machine-independent Ultrix compat code. diff --git a/sys/compat/ultrix/syscalls.conf b/sys/compat/ultrix/syscalls.conf index 6b5702359e9..5077015d598 100644 --- a/sys/compat/ultrix/syscalls.conf +++ b/sys/compat/ultrix/syscalls.conf @@ -1,3 +1,4 @@ +# $OpenBSD: syscalls.conf,v 1.2 1996/08/02 20:35:50 niklas Exp $ # $NetBSD: syscalls.conf,v 1.1 1994/11/23 17:49:06 dean Exp $ sysnames="ultrix_syscalls.c" diff --git a/sys/compat/ultrix/ultrix_ioctl.c b/sys/compat/ultrix/ultrix_ioctl.c index 79a616dad25..5affc596037 100644 --- a/sys/compat/ultrix/ultrix_ioctl.c +++ b/sys/compat/ultrix/ultrix_ioctl.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ultrix_ioctl.c,v 1.5 1996/08/02 20:35:51 niklas Exp $ */ /* $NetBSD: ultrix_ioctl.c,v 1.3.4.1 1996/06/13 18:22:37 jonathan Exp $ */ /* from : NetBSD: sunos_ioctl.c,v 1.21 1995/10/07 06:27:31 mycroft Exp */ diff --git a/sys/compat/ultrix/ultrix_pathname.c b/sys/compat/ultrix/ultrix_pathname.c index faa63931320..24166358677 100644 --- a/sys/compat/ultrix/ultrix_pathname.c +++ b/sys/compat/ultrix/ultrix_pathname.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ultrix_pathname.c,v 1.3 1996/08/02 20:35:52 niklas Exp $ */ /* $NetBSD: ultrix_pathname.c,v 1.2 1996/04/07 17:23:07 jonathan Exp $ */ /* diff --git a/sys/compat/ultrix/ultrix_syscall.h b/sys/compat/ultrix/ultrix_syscall.h index 97d853e3550..11dcb632970 100644 --- a/sys/compat/ultrix/ultrix_syscall.h +++ b/sys/compat/ultrix/ultrix_syscall.h @@ -2,7 +2,7 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.14 1995/12/26 10:06:15 jonathan Exp + * created from OpenBSD: syscalls.master,v 1.4 1996/08/02 20:29:13 niklas Exp */ #define ULTRIX_SYS_syscall 0 diff --git a/sys/compat/ultrix/ultrix_syscallargs.h b/sys/compat/ultrix/ultrix_syscallargs.h index 06a3470bf0b..03320491e4a 100644 --- a/sys/compat/ultrix/ultrix_syscallargs.h +++ b/sys/compat/ultrix/ultrix_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.14 1995/12/26 10:06:15 jonathan Exp + * created from OpenBSD: syscalls.master,v 1.4 1996/08/02 20:29:13 niklas Exp */ #define syscallarg(x) union { x datum; register_t pad; } diff --git a/sys/compat/ultrix/ultrix_syscalls.c b/sys/compat/ultrix/ultrix_syscalls.c index b606612a6df..3f01b530dcd 100644 --- a/sys/compat/ultrix/ultrix_syscalls.c +++ b/sys/compat/ultrix/ultrix_syscalls.c @@ -2,7 +2,7 @@ * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.14 1995/12/26 10:06:15 jonathan Exp + * created from OpenBSD: syscalls.master,v 1.4 1996/08/02 20:29:13 niklas Exp */ char *ultrix_syscallnames[] = { diff --git a/sys/compat/ultrix/ultrix_sysent.c b/sys/compat/ultrix/ultrix_sysent.c index 4ccde208410..bb2f9420075 100644 --- a/sys/compat/ultrix/ultrix_sysent.c +++ b/sys/compat/ultrix/ultrix_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.14 1995/12/26 10:06:15 jonathan Exp + * created from OpenBSD: syscalls.master,v 1.4 1996/08/02 20:29:13 niklas Exp */ #include <sys/param.h> diff --git a/sys/compat/ultrix/ultrix_tty.h b/sys/compat/ultrix/ultrix_tty.h index 487a6af662e..d215732f3ae 100644 --- a/sys/compat/ultrix/ultrix_tty.h +++ b/sys/compat/ultrix/ultrix_tty.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ultrix_tty.h,v 1.3 1996/08/02 20:35:54 niklas Exp $ */ /* $NetBSD: ultrix_tty.h,v 1.2 1996/01/04 19:03:36 jonathan Exp $ */ /* From: NetBSD sunos.h,v 1.4 1995/03/04 09:50:00 pk Exp */ diff --git a/sys/compat/ultrix/ultrix_util.h b/sys/compat/ultrix/ultrix_util.h index fe908ae8b19..4934887068e 100644 --- a/sys/compat/ultrix/ultrix_util.h +++ b/sys/compat/ultrix/ultrix_util.h @@ -1,3 +1,4 @@ +/* $OpenBSD: ultrix_util.h,v 1.2 1996/08/02 20:35:54 niklas Exp $ */ /* $NetBSD: ultrix_util.h,v 1.1 1996/01/07 13:38:57 jonathan Exp $ */ /* |