diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-09-19 21:56:19 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-09-19 21:56:19 +0000 |
commit | bc0b3d96932a897b21030e580a0779b615e525c4 (patch) | |
tree | 41fadf91334095fcbc4971964445b58631b6b066 /sys/compat/hpux/m68k/files.hpux | |
parent | a4591103c140486435038d38b1873b078c739ee9 (diff) |
ressurect hpux_sig.c and implement just the different parts in arch/hpux_sig2.c
Diffstat (limited to 'sys/compat/hpux/m68k/files.hpux')
-rw-r--r-- | sys/compat/hpux/m68k/files.hpux | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/hpux/m68k/files.hpux b/sys/compat/hpux/m68k/files.hpux index 4d154ecfe96..65626203394 100644 --- a/sys/compat/hpux/m68k/files.hpux +++ b/sys/compat/hpux/m68k/files.hpux @@ -1,5 +1,4 @@ -# $OpenBSD: files.hpux,v 1.1 2004/07/09 21:33:45 mickey Exp $ -# $NetBSD: files.hpux,v 1.2 1995/11/28 08:39:52 thorpej Exp $ +# $OpenBSD: files.hpux,v 1.2 2004/09/19 21:56:18 mickey Exp $ # # Config file description for machine-independent HPUX compat code. # Included by ports that need it. @@ -10,8 +9,9 @@ file compat/hpux/hpux_compat.c compat_hpux file compat/hpux/hpux_file.c compat_hpux file compat/hpux/hpux_tty.c compat_hpux +file compat/hpux/hpux_sig.c compat_hpux +file compat/hpux/m68k/hpux_sig2.c compat_hpux file compat/hpux/m68k/hpux_exec.c compat_hpux file compat/hpux/m68k/hpux_net.c compat_hpux -file compat/hpux/m68k/hpux_sig.c compat_hpux file compat/hpux/m68k/hpux_syscalls.c compat_hpux & syscall_debug file compat/hpux/m68k/hpux_sysent.c compat_hpux |