Page MenuHomeFreeBSD

D42206.id128865.diff
No OneTemporary

D42206.id128865.diff

diff --git a/sys/cam/ctl/ctl.h b/sys/cam/ctl/ctl.h
--- a/sys/cam/ctl/ctl.h
+++ b/sys/cam/ctl/ctl.h
@@ -129,7 +129,9 @@
#ifdef _KERNEL
+#ifdef MALLOC_DECLARE /* from malloc.h */
MALLOC_DECLARE(M_CTL);
+#endif
struct ctl_page_index;
@@ -137,9 +139,13 @@
SYSCTL_DECL(_kern_cam_ctl);
#endif
+struct cdev;
struct ctl_lun;
struct ctl_port;
struct ctl_softc;
+struct ctl_scsiio;
+struct sbuf;
+union ctl_io;
/*
* Put a string into an sbuf, escaping characters that are illegal or not

File Metadata

Mime Type
text/plain
Expires
Sun, Aug 16, 9:10 PM (4 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36812106
Default Alt Text
D42206.id128865.diff (501 B)

Event Timeline