Subject: CVS commit: src/include
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 06/11/2005 22:58:42
Module Name:	src
Committed By:	christos
Date:		Sat Jun 11 22:58:42 UTC 2005

Modified Files:
	src/include: stdlib.h

Log Message:
Add a macro __MKTEMP_OK__ that renames mktemp() to _mktemp() for uses that
have been checked, so that the linker does not warn us. There are valid
uses for mktemp() such as for creating filenames that are going to be
targets of the rename system call. Discussed with lukem.


To generate a diff of this commit:
cvs rdiff -r1.69 -r1.70 src/include/stdlib.h

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