diff options
author | peter <peter@FreeBSD.org> | 2005-04-08 05:13:53 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2005-04-08 05:13:53 +0000 |
commit | 97c8eede3f4c672371fe59e16630fff65b27db34 (patch) | |
tree | 4003c40d6af059cbe451e06c0bf17b9dcb446947 /sys/netgraph | |
parent | 02ae1b51e33e2dbff717a4bb175ba71166ac3563 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | sys/netgraph/bluetooth/common/ng_bluetooth.c | 2 |
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 }; |