-# $OpenBSD: Makefile,v 1.1 1996/04/18 19:42:30 niklas Exp $
+# $NetBSD: Makefile,v 1.1 1996/05/05 16:07:42 veego Exp $
+
+DEP= syscalls.conf syscalls.master ../../kern/makesyscalls.sh
+OBJS= sunos_sysent.c sunos_syscalls.c sunos_syscall.h sunos_syscallargs.h
+
+${OBJS}: ${DEP}
+ -mv -f sunos_sysent.c sunos_sysent.c.bak
+ -mv -f sunos_syscalls.c sunos_syscalls.c.bak
+ -mv -f sunos_syscall.h sunos_syscall.h.bak
+ -mv -f sunos_syscallargs.h sunos_syscallargs.h.bak
+ sh ../../kern/makesyscalls.sh syscalls.conf syscalls.master
+# $OpenBSD: Makefile,v 1.2 1996/05/10 12:50:22 deraadt Exp $
DEP= syscalls.conf syscalls.master ../../kern/makesyscalls.sh
OBJS= sunos_sysent.c sunos_syscalls.c sunos_syscall.h sunos_syscallargs.h
-/* $OpenBSD: sunos.h,v 1.2 1996/04/18 21:21:42 niklas Exp $ */
-/* $NetBSD: sunos.h,v 1.6 1996/02/18 14:46:28 pk Exp $ */
+/* $OpenBSD: sunos.h,v 1.3 1996/05/10 12:50:22 deraadt Exp $ */
+/* $NetBSD: sunos.h,v 1.8 1996/05/05 16:07:43 veego Exp $ */
#define SUNM_RDONLY 0x01 /* mount fs read-only */
#define SUNM_NOSUID 0x02 /* mount fs with setuid disallowed */
#define SUNOS_AUDIO_DEV_SPEAKERBOX 2
#define SUNOS_AUDIO_DEV_CODEC 3
+__BEGIN_DECLS
+/* Defined in arch/m68k/m68k/sunos_machdep.c -- sparc uses regular sendsig() */
+#ifndef sparc
+void sunos_sendsig __P((sig_t, int, int, u_long));
+#endif
+__END_DECLS
-/* $OpenBSD: sunos_exec.c,v 1.4 1996/04/18 21:21:43 niklas Exp $ */
-/* $NetBSD: sunos_exec.c,v 1.10 1996/03/14 19:33:44 christos Exp $ */
+/* $OpenBSD: sunos_exec.c,v 1.5 1996/05/10 12:50:23 deraadt Exp $ */
+/* $NetBSD: sunos_exec.c,v 1.11 1996/05/05 12:01:47 briggs Exp $ */
/*
* Copyright (c) 1993 Theo de Raadt
#include <machine/exec.h>
#include <compat/sunos/exec.h>
+#include <compat/sunos/sunos.h>
#include <compat/sunos/sunos_syscall.h>
#ifdef sparc
#ifdef SYSCALL_DEBUG
extern char *sunos_syscallnames[];
#endif
-extern void sunos_sendsig __P((sig_t, int, int, u_long));
extern char sigcode[], esigcode[];
const char sunos_emul_path[] = "/emul/sunos";
-# $OpenBSD: files.svr4,v 1.4 1996/04/25 10:20:16 niklas Exp $
-# $NetBSD: files.svr4,v 1.6 1996/04/11 12:43:29 christos Exp $
+# $OpenBSD: files.svr4,v 1.5 1996/05/10 12:50:24 deraadt Exp $
+# $NetBSD: files.svr4,v 1.7 1996/05/05 17:14:25 mrg Exp $
#
# Config.new file description for machine-independent SVR4 compat code.
# Included by ports that need it.
# ports should define any machine-specific files they need in their
# own file lists.
+file compat/svr4/svr4_error.c compat_svr4
file compat/svr4/svr4_exec.c compat_svr4
file compat/svr4/svr4_fcntl.c compat_svr4
+file compat/svr4/svr4_filio.c compat_svr4
file compat/svr4/svr4_ioctl.c compat_svr4
+file compat/svr4/svr4_ipc.c compat_svr4
file compat/svr4/svr4_misc.c compat_svr4
+file compat/svr4/svr4_net.c compat_svr4
file compat/svr4/svr4_signal.c compat_svr4
+file compat/svr4/svr4_socket.c compat_svr4
+file compat/svr4/svr4_sockio.c compat_svr4
file compat/svr4/svr4_stat.c compat_svr4
+file compat/svr4/svr4_stream.c compat_svr4
file compat/svr4/svr4_syscalls.c compat_svr4
file compat/svr4/svr4_sysent.c compat_svr4
-file compat/svr4/svr4_net.c compat_svr4
file compat/svr4/svr4_termios.c compat_svr4
-file compat/svr4/svr4_stream.c compat_svr4
-file compat/svr4/svr4_socket.c compat_svr4
file compat/svr4/svr4_ttold.c compat_svr4
-file compat/svr4/svr4_filio.c compat_svr4
-file compat/svr4/svr4_sockio.c compat_svr4
-file compat/svr4/svr4_error.c compat_svr4
-file compat/svr4/svr4_ipc.c compat_svr4
file compat/svr4/svr4_ncr.c compat_svr4