diff options
Diffstat (limited to 'usr.sbin/setfmac')
-rw-r--r-- | usr.sbin/setfmac/setfmac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/setfmac/setfmac.c b/usr.sbin/setfmac/setfmac.c index 01ab500..d55c394 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 %lu specifications", file, spec->nentries); + warnx("%s: read %lu specifications", file, (long)spec->nentries); STAILQ_INSERT_TAIL(&specs->head, spec, link); } |