Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/phil-wifi]: src/sys/net80211 Fix an ifdef
details: https://anonhg.NetBSD.org/src/rev/b78c3bb474ea
branches: phil-wifi
changeset: 850621:b78c3bb474ea
user: phil <phil%NetBSD.org@localhost>
date: Tue Nov 19 19:17:16 2019 +0000
description:
Fix an ifdef
diffstat:
sys/net80211/ieee80211_netbsd.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 8abfcaa59ce7 -r b78c3bb474ea sys/net80211/ieee80211_netbsd.c
--- a/sys/net80211/ieee80211_netbsd.c Wed Jun 26 16:51:29 2019 +0000
+++ b/sys/net80211/ieee80211_netbsd.c Tue Nov 19 19:17:16 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ieee80211_netbsd.c,v 1.31.2.8 2019/06/10 22:09:46 christos Exp $ */
+/* $NetBSD: ieee80211_netbsd.c,v 1.31.2.9 2019/11/19 19:17:16 phil Exp $ */
/*-
* SPDX-License-Identifier: BSD-2-Clause-FreeBSD
@@ -29,7 +29,7 @@
#include <sys/cdefs.h>
#ifdef __NetBSD__
-__KERNEL_RCSID(0, "$NetBSD: ieee80211_netbsd.c,v 1.31.2.8 2019/06/10 22:09:46 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ieee80211_netbsd.c,v 1.31.2.9 2019/11/19 19:17:16 phil Exp $");
#endif
/*
@@ -333,7 +333,7 @@
static void
ieee80211_sysctl_setup(void)
{
-#ifdef notyet
+#ifdef IEEE80211_DEBUG
int rc;
#endif
const struct sysctlnode *rnode;
Home |
Main Index |
Thread Index |
Old Index