diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-12-02 13:26:16 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-12-02 13:26:16 +0000 |
| commit | db4a5cc27c09815a94e0137e96d82c254ac9e424 (patch) | |
| tree | d3ab1a1307d990f87d70e0a18107fdad3229736d /usr.sbin/setfmac | |
| parent | c19f6f99f1350d9d8ff56515898d68fb213ed2ff (diff) | |
Notes
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 01ab500f144f..d55c3944009e 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); } |
