diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 1999-05-31 02:41:12 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 1999-05-31 02:41:12 +0000 |
commit | f86ad3f2f34ad7607d124835b78fe90ed681ad09 (patch) | |
tree | 13fabfcafd4e69c43cb806408349eba827be15be /sys | |
parent | ff8aa44e0871fec4e86dae43587c0f38ad9e4519 (diff) |
typo; now we can 'set debug off' at 'boot>'
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/stand/libsa/lif.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/stand/libsa/lif.c b/sys/arch/hppa/stand/libsa/lif.c index 7b05b7c0b16..993195f3cef 100644 --- a/sys/arch/hppa/stand/libsa/lif.c +++ b/sys/arch/hppa/stand/libsa/lif.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lif.c,v 1.5 1999/05/06 02:26:49 mickey Exp $ */ +/* $OpenBSD: lif.c,v 1.6 1999/05/31 02:41:11 todd Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -98,8 +98,8 @@ lif_open (path, f) fp->f_isdir = 0; err = ENOENT; for (dp = fp->f_ld; dp < &fp->f_ld[fp->f_nfiles]; dp++) { - if (debug) #ifdef LIFDEBUG + if (debug) printf("lif_open: " "%s <--> '%c%c%c%c%c%c%c%c%c%c'\n", path, dp->dir_name[0], dp->dir_name[1], |