artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6885cc
)
Move the debug print into the ifdef DEBUG section.
author
rahnds
<rahnds@openbsd.org>
Sat, 15 Feb 1997 15:22:08 +0000
(15:22 +0000)
committer
rahnds
<rahnds@openbsd.org>
Sat, 15 Feb 1997 15:22:08 +0000
(15:22 +0000)
sys/arch/mvme68k/mvme68k/disksubr.c
patch
|
blob
|
history
diff --git
a/sys/arch/mvme68k/mvme68k/disksubr.c
b/sys/arch/mvme68k/mvme68k/disksubr.c
index
aae9835
..
c8b6197
100644
(file)
--- a/
sys/arch/mvme68k/mvme68k/disksubr.c
+++ b/
sys/arch/mvme68k/mvme68k/disksubr.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: disksubr.c,v 1.1
0 1997/02/15 14:47:59
rahnds Exp $ */
+/* $OpenBSD: disksubr.c,v 1.1
1 1997/02/15 15:22:08
rahnds Exp $ */
/*
* Copyright (c) 1995 Dale Rahn.
@@
-611,8
+611,8
@@
cputobsdlabel(lp, clp)
oldcksum = nlp->d_checksum;
nlp->d_checksum = 0;
-printf("old chksum = %x new %x\n", oldcksum, dkcksum(nlp));
#ifdef DEBUG
+printf("old chksum = %x new %x\n", oldcksum, dkcksum(nlp));
printlp(nlp, "lp disklabel");
printclp(clp, "clp disklabel");
#endif