cvs commit: src/bin/ln ln.c
Giorgos Keramidas
keramida at FreeBSD.org
Sat Jun 7 10:13:02 UTC 2008
keramida 2008-06-07 09:37:30 UTC
FreeBSD src repository
Modified files:
bin/ln ln.c
Log:
SVN rev 179636 on 2008-06-07 09:37:30Z by keramida
Unbreak last commit to ln for amd64.
Cast string precision to `int'. amd64 systems warn about the
field precision being `long int' if we don't, and pathnames are
normally short enough to fit in an `int'.
Noticed by: pav
Revision Changes Path
1.38 +1 -1 src/bin/ln/ln.c
More information about the cvs-src
mailing list