Subject: CVS commit: src/usr.sbin/sup/source
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 06/18/2005 11:07:26
Module Name: src
Committed By: lukem
Date: Sat Jun 18 11:07:26 UTC 2005
Modified Files:
src/usr.sbin/sup/source: supfilesrv.c
Log Message:
Convert from tmpnam()/open() -> snprintf()/mkstemp(); the latter
avoids a linker warning about the use of tmpnam().
To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 src/usr.sbin/sup/source/supfilesrv.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.