summaryrefslogtreecommitdiffstats
path: root/usr.sbin/getfmac/getfmac.c
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2005-01-27 14:44:39 +0000
committerdelphij <delphij@FreeBSD.org>2005-01-27 14:44:39 +0000
commitfa89c5605faa7ae6d16c35fc946e46a24e9d1efe (patch)
tree800108ee5884bcedcb1f18818809981552758c56 /usr.sbin/getfmac/getfmac.c
parent1f1fe48dc9a77d0ec832c8d740c61402285c96a9 (diff)
downloadFreeBSD-src-fa89c5605faa7ae6d16c35fc946e46a24e9d1efe.zip
FreeBSD-src-fa89c5605faa7ae6d16c35fc946e46a24e9d1efe.tar.gz
WARNS?=6 cleanup for [gs]et[fp]mac:
- Constify structure members that should not be changed during process. - Apply static where needed - signed/unsigned madness - Bump WARNS?= levels from 2 to 6 (this is a diff reduction for a subsequent commit against these Makefile's)
Diffstat (limited to 'usr.sbin/getfmac/getfmac.c')
-rw-r--r--usr.sbin/getfmac/getfmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/getfmac/getfmac.c b/usr.sbin/getfmac/getfmac.c
index 351f43e..7c03d59 100644
--- a/usr.sbin/getfmac/getfmac.c
+++ b/usr.sbin/getfmac/getfmac.c
@@ -46,7 +46,7 @@
#define MAXELEMENTS 32
-void
+static void
usage(void)
{
OpenPOWER on IntegriCloud