Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 01/25/2000 09:21:10
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.