Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src-draft/trunk]: src/sys/net80211 Fix release build.



details:   https://anonhg.NetBSD.org/src-all/rev/6f91c208e3dc
branches:  trunk
changeset: 950661:6f91c208e3dc
user:      Nathanial Sloss <nat%netbsd.org@localhost>
date:      Tue Sep 29 22:04:40 2020 +1000

description:
Fix release build.

diffstat:

 sys/net80211/ieee80211_netbsd.c |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r d9d3f837bc45 -r 6f91c208e3dc sys/net80211/ieee80211_netbsd.c
--- a/sys/net80211/ieee80211_netbsd.c   Tue Sep 29 22:04:17 2020 +1000
+++ b/sys/net80211/ieee80211_netbsd.c   Tue Sep 29 22:04:40 2020 +1000
@@ -346,9 +346,7 @@
 
 SYSCTL_SETUP(sysctl_net_wlan_setup, "sysctl net.wlan subtree setup")
 {
-#ifdef IEEE80211_DEBUG
        int rc;
-#endif
        const struct sysctlnode *wlan_node;
 
        if ((rc = sysctl_createv(&wlan_sysctl_clog, 0, NULL, &wlan_node,



Home | Main Index | Thread Index | Old Index