From 9fbffc467639130663cc1959a59eb980b9207210 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 4 Aug 1998 17:22:28 +0000 Subject: Update. 1998-08-04 16:53 Ulrich Drepper * stdio-common/tmpfile.c: Include unistd.h for close prototype. * stdio-common/tmpfile64.c: Likewise. * db2/makedb.c: Generate output file with same access permissions the input file has. * signal/signal.h: Pretty printing. 1998-08-04 Andreas Jaeger * misc/mktemp.c: Add include for prototype, remove unneccessary includes. * misc/mkstemp.c: Likewise. --- misc/mkstemp.c | 3 +-- misc/mktemp.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'misc') diff --git a/misc/mkstemp.c b/misc/mkstemp.c index 3fa033bd6b..fc911da9a1 100644 --- a/misc/mkstemp.c +++ b/misc/mkstemp.c @@ -16,9 +16,8 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include #include -#include +#include /* Generate a unique temporary file name from TEMPLATE. The last six characters of TEMPLATE must be "XXXXXX"; diff --git a/misc/mktemp.c b/misc/mktemp.c index b2abc5d5e0..36b50031b9 100644 --- a/misc/mktemp.c +++ b/misc/mktemp.c @@ -16,9 +16,8 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include #include -#include +#include /* Generate a unique temporary file name from TEMPLATE. The last six characters of TEMPLATE must be "XXXXXX"; -- cgit 1.4.1