summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/common/ng_bluetooth.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2005-04-08 05:13:53 +0000
committerpeter <peter@FreeBSD.org>2005-04-08 05:13:53 +0000
commit97c8eede3f4c672371fe59e16630fff65b27db34 (patch)
tree4003c40d6af059cbe451e06c0bf17b9dcb446947 /sys/netgraph/bluetooth/common/ng_bluetooth.c
parent02ae1b51e33e2dbff717a4bb175ba71166ac3563 (diff)
downloadFreeBSD-src-97c8eede3f4c672371fe59e16630fff65b27db34.zip
FreeBSD-src-97c8eede3f4c672371fe59e16630fff65b27db34.tar.gz
Change the embedded module name from "bluetooth" to "ng_bluetooth" to match
the rest of the names assigned to this object.
Diffstat (limited to 'sys/netgraph/bluetooth/common/ng_bluetooth.c')
-rw-r--r--sys/netgraph/bluetooth/common/ng_bluetooth.c2
1 files changed, 1 insertions, 1 deletions
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
};
OpenPOWER on IntegriCloud