summaryrefslogtreecommitdiffstats
path: root/usr.sbin/setfmac/setfmac.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-12-02 13:26:16 +0000
committerrwatson <rwatson@FreeBSD.org>2002-12-02 13:26:16 +0000
commit7d779d20273f42c0d713d10c667eebdb484239e7 (patch)
treed3ab1a1307d990f87d70e0a18107fdad3229736d /usr.sbin/setfmac/setfmac.c
parentfd96ca8e031cd18b688d41ab6df2c9963565cfa1 (diff)
downloadFreeBSD-src-7d779d20273f42c0d713d10c667eebdb484239e7.zip
FreeBSD-src-7d779d20273f42c0d713d10c667eebdb484239e7.tar.gz
Cast argument to (long), missed in prior pass.
Approved by: re Submitted by: marcel
Diffstat (limited to 'usr.sbin/setfmac/setfmac.c')
-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 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);
}
OpenPOWER on IntegriCloud