Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153439320
D30409.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
779 B
Referenced Files
None
Subscribers
None
D30409.diff
View Options
diff --git a/sys/compat/linux/linux_common.c b/sys/compat/linux/linux_common.c
--- a/sys/compat/linux/linux_common.c
+++ b/sys/compat/linux/linux_common.c
@@ -43,8 +43,6 @@
#include <compat/linux/linux_mib.h>
#include <compat/linux/linux_util.h>
-MODULE_VERSION(linux_common, 1);
-
SET_DECLARE(linux_device_handler_set, struct linux_device_handler);
TAILQ_HEAD(, linux_ioctl_handler_element) linux_ioctl_handlers =
@@ -83,10 +81,10 @@
}
static moduledata_t linux_common_mod = {
- "linuxcommon",
+ "linux_common",
linux_common_modevent,
0
};
-DECLARE_MODULE(linuxcommon, linux_common_mod, SI_SUB_EXEC, SI_ORDER_ANY);
-MODULE_VERSION(linuxcommon, 1);
+DECLARE_MODULE(linux_common, linux_common_mod, SI_SUB_EXEC, SI_ORDER_ANY);
+MODULE_VERSION(linux_common, 1);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 22, 4:35 AM (15 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31907385
Default Alt Text
D30409.diff (779 B)
Attached To
Mode
D30409: linuxcommon: retire extra module version.
Attached
Detach File
Event Timeline
Log In to Comment