summaryrefslogtreecommitdiff
path: root/sys/compat/hpux/files.hpux
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1999-11-10 15:55:25 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1999-11-10 15:55:25 +0000
commit714819a2c2535daa62112e50f032b5b2e0e8716c (patch)
tree55f89dd41209d825787bd972b1497ffb4707d6d7 /sys/compat/hpux/files.hpux
parentc8d2e51bd7a0619de056d282d236c87a31ae36db (diff)
include syscallnames only if compiling w/ SYSCALL_DEBUG.
was already so for native and sunos, the rest was just wasting space on it. niels@ millert@ ok
Diffstat (limited to 'sys/compat/hpux/files.hpux')
-rw-r--r--sys/compat/hpux/files.hpux4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/hpux/files.hpux b/sys/compat/hpux/files.hpux
index e9d746a16a0..df140664811 100644
--- a/sys/compat/hpux/files.hpux
+++ b/sys/compat/hpux/files.hpux
@@ -1,4 +1,4 @@
-# $OpenBSD: files.hpux,v 1.3 1996/08/02 20:34:52 niklas Exp $
+# $OpenBSD: files.hpux,v 1.4 1999/11/10 15:55:21 mickey 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.
@@ -12,6 +12,6 @@ file compat/hpux/hpux_file.c compat_hpux
file compat/hpux/hpux_exec.c compat_hpux
file compat/hpux/hpux_net.c compat_hpux
file compat/hpux/hpux_sig.c compat_hpux
-file compat/hpux/hpux_syscalls.c compat_hpux
+file compat/hpux/hpux_syscalls.c compat_hpux & syscall_debug
file compat/hpux/hpux_sysent.c compat_hpux
file compat/hpux/hpux_tty.c compat_hpux