From 97c8eede3f4c672371fe59e16630fff65b27db34 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 8 Apr 2005 05:13:53 +0000 Subject: Change the embedded module name from "bluetooth" to "ng_bluetooth" to match the rest of the names assigned to this object. --- sys/netgraph/bluetooth/common/ng_bluetooth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netgraph/bluetooth/common/ng_bluetooth.c') diff --git a/sys/netgraph/bluetooth/common/ng_bluetooth.c b/sys/netgraph/bluetooth/common/ng_bluetooth.c index 4836bad..108e96b 100644 --- a/sys/netgraph/bluetooth/common/ng_bluetooth.c +++ b/sys/netgraph/bluetooth/common/ng_bluetooth.c @@ -243,7 +243,7 @@ bluetooth_modevent(module_t mod, int event, void *data) */ static moduledata_t bluetooth_mod = { - "bluetooth", + "ng_bluetooth", bluetooth_modevent, NULL }; -- cgit v1.1