PERFORCE change 76894 for review
Tom Rhodes
trhodes at FreeBSD.org
Thu May 12 20:26:04 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=76894
Change 76894 by trhodes at trhodes-x64 on 2005/05/12 20:25:46
Use %zu for arg 3 (size_t). This permits building on both my x86 and
AMD64 box.
Affected files ...
.. //depot/projects/trustedbsd/mac/sbin/setfsmac/setfsmac.c#11 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sbin/setfsmac/setfsmac.c#11 (text+ko) ====
@@ -269,7 +269,7 @@
free(line);
}
fclose(fp);
- warnx("%s: read %u specifications", file, spec->nentries);
+ warnx("%s: read %zu specifications", file, spec->nentries);
STAILQ_INSERT_TAIL(&specs->head, spec, link);
}
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list