Page MenuHomeFreeBSD

D42206.id128774.diff
No OneTemporary

D42206.id128774.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
@@ -130,7 +130,9 @@
#ifdef _KERNEL
+#ifdef MALLOC_DECLARE /* from malloc.h */
MALLOC_DECLARE(M_CTL);
+#endif
struct ctl_page_index;
@@ -138,9 +140,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
Thu, Jul 23, 3:44 AM (7 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35390529
Default Alt Text
D42206.id128774.diff (501 B)

Event Timeline