summaryrefslogtreecommitdiffstats
path: root/usr.sbin/asf
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/asf')
-rw-r--r--usr.sbin/asf/asf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/asf/asf.c b/usr.sbin/asf/asf.c
index 7a30386..66f5717 100644
--- a/usr.sbin/asf/asf.c
+++ b/usr.sbin/asf/asf.c
@@ -266,7 +266,7 @@ usage(const char *myname)
"\t-V\tuse kvm(3) to get the list of modules\n"
"\t-X\tappend suffix to list of possible module file name suffixes\n"
"\t-x\tclear list of possible module file name suffixes\n",
- myname, strlen(myname), "");
+ myname, (int)strlen(myname), "");
exit(2);
}
OpenPOWER on IntegriCloud