summaryrefslogtreecommitdiffstats
path: root/sys/dev/em
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-05-24 05:21:36 +0000
committerpeter <peter@FreeBSD.org>2002-05-24 05:21:36 +0000
commit0f2b8a126a0c352f5652697a6edb79985457aaa5 (patch)
tree299e269edaa9961ae54ea8632669231c4aab4c05 /sys/dev/em
parente35256e809e2060515c323b4394c9a4156e45202 (diff)
downloadFreeBSD-src-0f2b8a126a0c352f5652697a6edb79985457aaa5.zip
FreeBSD-src-0f2b8a126a0c352f5652697a6edb79985457aaa5.tar.gz
Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanly
again.
Diffstat (limited to 'sys/dev/em')
-rw-r--r--sys/dev/em/if_em_phy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/em/if_em_phy.c b/sys/dev/em/if_em_phy.c
index 76ffaae..38606f2 100644
--- a/sys/dev/em/if_em_phy.c
+++ b/sys/dev/em/if_em_phy.c
@@ -1354,7 +1354,7 @@ em_display_mii(struct em_shared_adapter *shared)
return;
}
-#endif // DBG
+#endif /* DBG */
/******************************************************************************
* Probes the expected PHY address for known PHY IDs
OpenPOWER on IntegriCloud