Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/28/1999 02:12:07
Module Name: basesrc
Committed By: lukem
Date: Tue Sep 28 09:12:07 UTC 1999
Modified Files:
basesrc/usr.bin/ftp: util.c
Log Message:
revert snprintf() -> sprintf(). the original idea was that sprintf() would be
more portable, except that certain systems have char *sprintf() instead of
int sprintf(). (we'll provide snprintf() on those)
To generate a diff of this commit:
cvs rdiff -r1.66 -r1.67 basesrc/usr.bin/ftp/util.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.