diff options
author | 1997-09-02 21:02:15 +0000 | |
---|---|---|
committer | 1997-09-02 21:02:15 +0000 | |
commit | d34b7fdc8975689c0b83a8ac4ae308f99c519e70 (patch) | |
tree | 75e4687eec291334225b33d05ab2741046c857ec | |
parent | machine diskinfo command, toby is filling w/ meat at the moment (diff) | |
download | wireguard-openbsd-d34b7fdc8975689c0b83a8ac4ae308f99c519e70.tar.xz wireguard-openbsd-d34b7fdc8975689c0b83a8ac4ae308f99c519e70.zip |
Xregs is DUMP_REGS -- dependable
-rw-r--r-- | sys/arch/i386/stand/boot/cmd.c | 4 | ||||
-rw-r--r-- | sys/stand/boot/cmd.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/boot/cmd.c b/sys/arch/i386/stand/boot/cmd.c index 11815efc6c4..4457f9fe190 100644 --- a/sys/arch/i386/stand/boot/cmd.c +++ b/sys/arch/i386/stand/boot/cmd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd.c,v 1.30 1997/09/02 20:48:17 mickey Exp $ */ +/* $OpenBSD: cmd.c,v 1.31 1997/09/02 21:02:15 mickey Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff @@ -47,6 +47,8 @@ static int Xboot __P((void)); static int Xdevice __P((void)); #ifdef DEBUG static int Xdebug __P((void)); +#endif +#ifdef DUMP_REGS static int Xregs __P((void)); #endif static int Xhelp __P((void)); diff --git a/sys/stand/boot/cmd.c b/sys/stand/boot/cmd.c index 11815efc6c4..4457f9fe190 100644 --- a/sys/stand/boot/cmd.c +++ b/sys/stand/boot/cmd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd.c,v 1.30 1997/09/02 20:48:17 mickey Exp $ */ +/* $OpenBSD: cmd.c,v 1.31 1997/09/02 21:02:15 mickey Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff @@ -47,6 +47,8 @@ static int Xboot __P((void)); static int Xdevice __P((void)); #ifdef DEBUG static int Xdebug __P((void)); +#endif +#ifdef DUMP_REGS static int Xregs __P((void)); #endif static int Xhelp __P((void)); |