summaryrefslogtreecommitdiffstats
path: root/usr.sbin/getpmac/getpmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/getpmac/getpmac.c')
-rw-r--r--usr.sbin/getpmac/getpmac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/getpmac/getpmac.c b/usr.sbin/getpmac/getpmac.c
index 6139860..ee289e8 100644
--- a/usr.sbin/getpmac/getpmac.c
+++ b/usr.sbin/getpmac/getpmac.c
@@ -57,10 +57,10 @@ usage(void)
int
main(int argc, char *argv[])
{
- char ch, *labellist, *string;
+ char *labellist, *string;
mac_t label;
pid_t pid;
- int error, pid_set;
+ int ch, error, pid_set;
pid_set = 0;
pid = 0;
OpenPOWER on IntegriCloud