Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 07/05/2000 15:15:05
Module Name:	basesrc
Committed By:	itojun
Date:		Wed Jul  5 22:15:05 UTC 2000

Modified Files:
	basesrc/libexec/ftpd: ftpd.c

Log Message:
setproctitle(), and for any other printf variants, it is not a good idea
to pass variable directly like foo(x).  use foo("%s", x) to avoid misuse.
from: openbsd


To generate a diff of this commit:
cvs rdiff -r1.96 -r1.97 basesrc/libexec/ftpd/ftpd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.