Project

General

Profile

Actions

Bug #1487

closed

[PATCH] netbt has missing MODULE_VERSION

Added by rumcic over 14 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

Due to the missing MODULE_VERSION, stuff like ubt cannot be kldload-ed since
they depend on netbt.

diff --git a/sys/netbt/bt_proto.c b/sys/netbt/bt_proto.c
index 25bf7be..67afacd 100644
--- a/sys/netbt/bt_proto.c
+++ b/sys/netbt/bt_proto.c
@ -63,6 +63,7 @ static moduledata_t netbt_mod = {
};

DECLARE_MODULE(netbt, netbt_mod, SI_SUB_EXEC, SI_ORDER_ANY);
+MODULE_VERSION(netbt, 1);
struct domain btdomain;
Actions #1

Updated by rumcic over 14 years ago

Commited in 3d0fe62d120ca4dd74ad26c01256b2c77fcb7437

Actions

Also available in: Atom PDF