Page MenuHomeFreeBSD

D35003.diff
No OneTemporary

D35003.diff

diff --git a/sys/crypto/ccp/ccp.c b/sys/crypto/ccp/ccp.c
--- a/sys/crypto/ccp/ccp.c
+++ b/sys/crypto/ccp/ccp.c
@@ -766,7 +766,7 @@
unit = (unsigned)addr;
- sc = devclass_get_softc(ccp_devclass, unit);
+ sc = devclass_get_softc(devclass_find("ccp"), unit);
if (sc == NULL) {
db_printf("No such device ccp%u\n", unit);
goto usage;

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 26, 3:45 PM (12 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32189756
Default Alt Text
D35003.diff (344 B)

Event Timeline