Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 07/09/2000 07:18:09
Module Name:	basesrc
Committed By:	lukem
Date:		Sun Jul  9 14:18:09 UTC 2000

Modified Files:
	basesrc/libexec/ftpd: version.h

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.12 -r1.13 basesrc/libexec/ftpd/version.h

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