summaryrefslogtreecommitdiff
path: root/sys/arch/hppa64
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2012-02-25 20:12:01 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2012-02-25 20:12:01 +0000
commit93707a2a11910790416181d665bcf8c750d671ee (patch)
tree8847644f94419712aeeb17e0bc53baa004e0d4ee /sys/arch/hppa64
parent880527e7c206e73b25dc5aff546a1a029d83692f (diff)
:%s,DEBUGBUG,DEBUG,
Diffstat (limited to 'sys/arch/hppa64')
-rw-r--r--sys/arch/hppa64/stand/libsa/dev_hppa64.c6
-rw-r--r--sys/arch/hppa64/stand/libsa/dk.c4
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/hppa64/stand/libsa/dev_hppa64.c b/sys/arch/hppa64/stand/libsa/dev_hppa64.c
index d3d85234858..ad05788bcbe 100644
--- a/sys/arch/hppa64/stand/libsa/dev_hppa64.c
+++ b/sys/arch/hppa64/stand/libsa/dev_hppa64.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dev_hppa64.c,v 1.5 2010/12/06 22:51:45 jasper Exp $ */
+/* $OpenBSD: dev_hppa64.c,v 1.6 2012/02/25 20:12:00 miod Exp $ */
/*
* Copyright (c) 2005 Michael Shalayeff
@@ -64,7 +64,7 @@ devopen(f, fname, file)
else
(*file)++;
-#ifdef DEBUGBUG
+#ifdef DEBUG
if (debug)
printf("devopen: ");
#endif
@@ -75,7 +75,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/hppa64/stand/libsa/dk.c b/sys/arch/hppa64/stand/libsa/dk.c
index d20d19d5b3f..374dde5d4a3 100644
--- a/sys/arch/hppa64/stand/libsa/dk.c
+++ b/sys/arch/hppa64/stand/libsa/dk.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dk.c,v 1.1 2005/04/01 10:40:48 mickey Exp $ */
+/* $OpenBSD: dk.c,v 1.2 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