Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc
Module Name: basesrc
Committed By: hubertf
Date: Tue Jan 25 17:21:10 UTC 2000
Modified Files:
basesrc/usr.sbin/pkg_install/lib: ftpio.c
Log Message:
-current's gcc seems to be a bit picky about using pointer-differences as
args to the "*" of a printf "%*.*s" pattern. Add some casts to int.
(At least on NetBSD, ptrdiff_t is typedef'ed to int anyways)
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 basesrc/usr.sbin/pkg_install/lib/ftpio.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index