summaryrefslogtreecommitdiffstats
path: root/usr.sbin/setpmac/setpmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/setpmac/setpmac.c')
-rw-r--r--usr.sbin/setpmac/setpmac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/setpmac/setpmac.c b/usr.sbin/setpmac/setpmac.c
index 8314a77..bc096bb 100644
--- a/usr.sbin/setpmac/setpmac.c
+++ b/usr.sbin/setpmac/setpmac.c
@@ -46,7 +46,7 @@
#define MAXELEMENTS 32
-void
+static void
usage(void)
{
@@ -57,7 +57,7 @@ usage(void)
int
main(int argc, char *argv[])
{
- char *shell;
+ const char *shell;
mac_t label;
int error;
OpenPOWER on IntegriCloud