diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-05-06 02:13:16 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-05-06 02:13:16 +0000 |
commit | 457e0b856f15c6d8e2f91bc58027d0fb0680c3a7 (patch) | |
tree | 4d87603ad5ea1317279027f4bbadc5494625293b /sys/arch | |
parent | ced4d4ad936faa3665580b7e5927ab7500cf6443 (diff) |
make it compile w/o EXEC_DEBUG
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/stand/libsa/exec_hppa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/stand/libsa/exec_hppa.c b/sys/arch/hppa/stand/libsa/exec_hppa.c index 788f3a9b92f..bd79e411352 100644 --- a/sys/arch/hppa/stand/libsa/exec_hppa.c +++ b/sys/arch/hppa/stand/libsa/exec_hppa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exec_hppa.c,v 1.6 1999/04/20 20:01:02 mickey Exp $ */ +/* $OpenBSD: exec_hppa.c,v 1.7 1999/05/06 02:13:15 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -54,8 +54,8 @@ machdep_exec(xp, howto, loadaddr) int howto; void *loadaddr; { - extern int debug; #ifdef EXEC_DEBUG + extern int debug; register int i; #endif size_t ac = BOOTARG_LEN; |