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. --- stdio-common/tmpfile.c | 1 + stdio-common/tmpfile64.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'stdio-common') diff --git a/stdio-common/tmpfile.c b/stdio-common/tmpfile.c index 488b43b..6b9dfd4 100644 --- a/stdio-common/tmpfile.c +++ b/stdio-common/tmpfile.c @@ -17,6 +17,7 @@ Boston, MA 02111-1307, USA. */ #include +#include #ifdef _USE_IN_LIBIO # define fdopen _IO_new_fdopen diff --git a/stdio-common/tmpfile64.c b/stdio-common/tmpfile64.c index 5854f14..a7fce66 100644 --- a/stdio-common/tmpfile64.c +++ b/stdio-common/tmpfile64.c @@ -16,8 +16,8 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include #include +#include #ifdef _USE_IN_LIBIO # define fdopen _IO_new_fdopen -- cgit v1.1