diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2012-02-25 20:12:01 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2012-02-25 20:12:01 +0000 |
commit | 93707a2a11910790416181d665bcf8c750d671ee (patch) | |
tree | 8847644f94419712aeeb17e0bc53baa004e0d4ee /sys/arch/hppa | |
parent | 880527e7c206e73b25dc5aff546a1a029d83692f (diff) |
:%s,DEBUGBUG,DEBUG,
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/stand/libsa/dev_hppa.c | 6 | ||||
-rw-r--r-- | sys/arch/hppa/stand/libsa/dk.c | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/hppa/stand/libsa/dev_hppa.c b/sys/arch/hppa/stand/libsa/dev_hppa.c index ef3d9bb2770..c885f24ec2c 100644 --- a/sys/arch/hppa/stand/libsa/dev_hppa.c +++ b/sys/arch/hppa/stand/libsa/dev_hppa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dev_hppa.c,v 1.14 2010/12/06 22:51:45 jasper Exp $ */ +/* $OpenBSD: dev_hppa.c,v 1.15 2012/02/25 20:12:00 miod Exp $ */ /* * Copyright (c) 1998-2004 Michael Shalayeff @@ -73,7 +73,7 @@ devopen(f, fname, file) else (*file)++; -#ifdef DEBUGBUG +#ifdef DEBUG if (debug) printf("devopen: "); #endif @@ -84,7 +84,7 @@ devopen(f, fname, file) if (dp >= &pdc_devs[nitems(pdc_devs)] || dp->dev_type < 0) return ENODEV; -#ifdef DEBUGBUG +#ifdef DEBUG if (debug) printf("%s\n", dp->name); #endif diff --git a/sys/arch/hppa/stand/libsa/dk.c b/sys/arch/hppa/stand/libsa/dk.c index 77bfb906dae..6190ecce420 100644 --- a/sys/arch/hppa/stand/libsa/dk.c +++ b/sys/arch/hppa/stand/libsa/dk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dk.c,v 1.13 2004/11/22 18:41:41 mickey Exp $ */ +/* $OpenBSD: dk.c,v 1.14 2012/02/25 20:12:00 miod Exp $ */ /* * Copyright 1996 1995 by Open Software Foundation, Inc. @@ -84,7 +84,7 @@ dkopen(struct open_file *f, ...) dp->fsoff = lp->d_partitions[i].p_offset; } -#ifdef DEBUGBUG +#ifdef DEBUG if (debug) printf ("dkopen() ret\n"); #endif |