summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/setfmac/setfmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/setfmac/setfmac.c b/usr.sbin/setfmac/setfmac.c
index a54e29f..01ab500 100644
--- a/usr.sbin/setfmac/setfmac.c
+++ b/usr.sbin/setfmac/setfmac.c
@@ -269,7 +269,7 @@ add_specs(struct label_specs *specs, const char *file, int is_sebsd)
free(line);
}
fclose(fp);
- warnx("%s: read %u specifications", file, spec->nentries);
+ warnx("%s: read %lu specifications", file, spec->nentries);
STAILQ_INSERT_TAIL(&specs->head, spec, link);
}
OpenPOWER on IntegriCloud