artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a59027
)
clear correct structure, PR#144, grr@shandakor.tharsis.com
author
deraadt
<deraadt@openbsd.org>
Wed, 2 Apr 1997 01:33:15 +0000
(
01:33
+0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 2 Apr 1997 01:33:15 +0000
(
01:33
+0000)
sys/arch/sparc/dev/fd.c
patch
|
blob
|
history
diff --git
a/sys/arch/sparc/dev/fd.c
b/sys/arch/sparc/dev/fd.c
index
c9b93ba
..
fb77075
100644
(file)
--- a/
sys/arch/sparc/dev/fd.c
+++ b/
sys/arch/sparc/dev/fd.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: fd.c,v 1.1
3 1996/12/06 11:23:02
deraadt Exp $ */
+/* $OpenBSD: fd.c,v 1.1
4 1997/04/02 01:33:15
deraadt Exp $ */
/* $NetBSD: fd.c,v 1.33.4.1 1996/06/12 20:52:25 pk Exp $ */
/*-
@@
-1637,7
+1637,7
@@
fdgetdisklabel(dev)
char *errstring;
bzero(lp, sizeof(struct disklabel));
- bzero(lp, sizeof(struct cpu_disklabel));
+ bzero(
c
lp, sizeof(struct cpu_disklabel));
lp->d_secsize = FDC_BSIZE;
lp->d_secpercyl = fd->sc_type->seccyl;