Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109456111
D46274.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
546 B
Referenced Files
None
Subscribers
None
D46274.diff
View Options
diff --git a/sys/modules/dtrace/dtraceall/dtraceall.c b/sys/modules/dtrace/dtraceall/dtraceall.c
--- a/sys/modules/dtrace/dtraceall/dtraceall.c
+++ b/sys/modules/dtrace/dtraceall/dtraceall.c
@@ -63,6 +63,9 @@
/* All the DTrace modules should be dependencies here: */
MODULE_DEPEND(dtraceall, opensolaris, 1, 1, 1);
MODULE_DEPEND(dtraceall, dtrace, 1, 1, 1);
+#if defined(AUDIT)
+MODULE_DEPEND(dtraceall, dtaudit, 1, 1, 1);
+#endif
MODULE_DEPEND(dtraceall, dtmalloc, 1, 1, 1);
#if defined(NFSCL)
MODULE_DEPEND(dtraceall, dtnfscl, 1, 1, 1);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 6, 7:40 AM (20 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16489276
Default Alt Text
D46274.diff (546 B)
Attached To
Mode
D46274: dtraceall: Make dtaudit a dependency
Attached
Detach File
Event Timeline
Log In to Comment