artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb90f44
)
never tested with a make release
author
deraadt
<deraadt@openbsd.org>
Mon, 19 Jan 2015 22:58:53 +0000
(22:58 +0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 19 Jan 2015 22:58:53 +0000
(22:58 +0000)
sys/kern/subr_autoconf.c
patch
|
blob
|
history
diff --git
a/sys/kern/subr_autoconf.c
b/sys/kern/subr_autoconf.c
index
7bb3ace
..
7720389
100644
(file)
--- a/
sys/kern/subr_autoconf.c
+++ b/
sys/kern/subr_autoconf.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: subr_autoconf.c,v 1.8
1 2015/01/19 06:27:57 dlg Exp $
*/
+/* $OpenBSD: subr_autoconf.c,v 1.8
2 2015/01/19 22:58:53 deraadt Exp $
*/
/* $NetBSD: subr_autoconf.c,v 1.21 1996/04/04 06:06:18 cgd Exp $ */
/*
@@
-939,6
+939,6
@@
device_unref(struct device *dv)
dv->dv_ref--;
if (dv->dv_ref == 0) {
- free(dv, M_DEVBUF,
ca->ca_devsize
);
+ free(dv, M_DEVBUF,
0
);
}
}