Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160175496
D35381.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
474 B
Referenced Files
None
Subscribers
None
D35381.diff
View Options
diff --git a/sys/cddl/dev/prototype.c b/sys/cddl/dev/prototype.c
--- a/sys/cddl/dev/prototype.c
+++ b/sys/cddl/dev/prototype.c
@@ -82,7 +82,10 @@
static void
prototype_load(void *dummy)
{
- /* Create the /dev/dtrace/prototype entry. */
+ /*
+ * Create the /dev/dtrace/prototype entry.
+ * XXX: Remove this if the provider does not need any customs ioctls.
+ */
prototype_cdev = make_dev(&prototype_cdevsw, 0, UID_ROOT, GID_WHEEL, 0600,
"dtrace/prototype");
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jun 22, 10:11 PM (7 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34169507
Default Alt Text
D35381.diff (474 B)
Attached To
Mode
D35381: dtrace: add warning for /dev/dtrace/prototype
Attached
Detach File
Event Timeline
Log In to Comment