diff options
Diffstat (limited to 'sys/arch/mvme68k/stand/bootsd/boot.c')
-rw-r--r-- | sys/arch/mvme68k/stand/bootsd/boot.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme68k/stand/bootsd/boot.c b/sys/arch/mvme68k/stand/bootsd/boot.c index 1fcc0bdf2e6..4dda499227d 100644 --- a/sys/arch/mvme68k/stand/bootsd/boot.c +++ b/sys/arch/mvme68k/stand/bootsd/boot.c @@ -1,3 +1,4 @@ +/* $OpenBSD: boot.c,v 1.10 1997/04/22 16:01:19 gvf Exp $ */ /* $NetBSD: boot.c,v 1.2 1995/09/23 03:42:52 gwr Exp $ */ /*- @@ -72,7 +73,7 @@ main() ret = parse_args(&file, &flag); } } - if ( ret == -1 ) { + if (ret) { printf("boot: -q returning to MVME-Bug\n"); break; } |