artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
947209e
)
brelse properly
author
deraadt
<deraadt@openbsd.org>
Mon, 9 Dec 1996 07:19:22 +0000
(07:19 +0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 9 Dec 1996 07:19:22 +0000
(07:19 +0000)
sys/arch/i386/i386/disksubr.c
patch
|
blob
|
history
diff --git
a/sys/arch/i386/i386/disksubr.c
b/sys/arch/i386/i386/disksubr.c
index
4ff78f1
..
49901b5
100644
(file)
--- a/
sys/arch/i386/i386/disksubr.c
+++ b/
sys/arch/i386/i386/disksubr.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: disksubr.c,v 1.1
3 1996/12/07 12:20:39
deraadt Exp $ */
+/* $OpenBSD: disksubr.c,v 1.1
4 1996/12/09 07:19:22
deraadt Exp $ */
/* $NetBSD: disksubr.c,v 1.21 1996/05/03 19:42:03 christos Exp $ */
/*
@@
-206,7
+206,7
@@
readdisklabel(dev, strat, lp, osdep)
if (msg) {
#if defined(CD9660)
if (iso_disklabelspoof(dev, strat, lp) == 0)
-
return (msg)
;
+
msg = NULL
;
#endif
goto done;
}