diff options
Diffstat (limited to 'usr.sbin/getpmac/getpmac.c')
-rw-r--r-- | usr.sbin/getpmac/getpmac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/getpmac/getpmac.c b/usr.sbin/getpmac/getpmac.c index ee289e8..6e81558 100644 --- a/usr.sbin/getpmac/getpmac.c +++ b/usr.sbin/getpmac/getpmac.c @@ -46,7 +46,7 @@ #define MAXELEMENTS 32 -void +static void usage(void) { |