changeset 7343:d0f586b66e09

* modules/mkstemp (Files): Add mkstemp.h.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 20 Sep 2006 22:32:39 +0000
parents 78f1c0ce065a
children 72030a247f35
files ChangeLog modules/mkstemp
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
 	mkstemp is visible on some platforms.
 	(Makefile.am): Add mkstemp.h to EXTRA_DIST.
 	(Include): Change to "mkstemp.h" from <stdlib.h>.
+	(Files): Add mkstemp.h.
 
 2006-09-19  Eric Blake  <ebb9@byu.net>
 
--- a/modules/mkstemp
+++ b/modules/mkstemp
@@ -2,6 +2,7 @@
 mkstemp() function: create a private temporary file.
 
 Files:
+lib/mkstemp.h
 lib/mkstemp.c
 lib/tempname.c
 m4/mkstemp.m4