]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fts_pathlen is now a size_t rather than an int so a cast is needed.
authorjb <jb@FreeBSD.org>
Sun, 27 Jan 2008 01:19:47 +0000 (01:19 +0000)
committerjb <jb@FreeBSD.org>
Sun, 27 Jan 2008 01:19:47 +0000 (01:19 +0000)
commit7a72ea0e78d6df373ba1d8b941a0070ddff8c440
tree3e22a3169375ff7dd6e25a450dc232814dcaae94
parentedbc40c9510c23073da3df4eb2912ecc8283f2db
fts_pathlen is now a size_t rather than an int so a cast is needed.
I'm not sure why warn() and err() string formatted variables need
to be right-justified.
usr.sbin/setfmac/setfmac.c