summaryrefslogtreecommitdiff
path: root/lib/fopen-safer.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-07-03 07:13:31 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-07-03 07:13:31 +0000
commit98088e6a60a525b3c189a72cb0c1ab8784d8e4c0 (patch)
treebed6c350bf92209392fb247dca0cc168b27b1c89 /lib/fopen-safer.c
parent5eab57423ec751ece796feb45379d77cfa2d365f (diff)
downloadcoreutils-98088e6a60a525b3c189a72cb0c1ab8784d8e4c0.tar.xz
Include stdio-safer.h first, to check interface.
Don't bother including stdio.h, since stdio-safer.h does.
Diffstat (limited to 'lib/fopen-safer.c')
-rw-r--r--lib/fopen-safer.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/fopen-safer.c b/lib/fopen-safer.c
index 4b74b8f3b..ccaf1219f 100644
--- a/lib/fopen-safer.c
+++ b/lib/fopen-safer.c
@@ -1,5 +1,5 @@
/* Invoke fopen, but avoid some glitches.
- Copyright (C) 2001, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2004, 2005 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -21,17 +21,16 @@
# include <config.h>
#endif
+#include "stdio-safer.h"
+
+#include <errno.h>
#include <unistd.h>
-#include <unistd-safer.h>
+#include "unistd-safer.h"
#ifndef STDERR_FILENO
# define STDERR_FILENO 2
#endif
-#include <errno.h>
-#include <stdio.h>
-#include <stdio-safer.h>
-
/* Like fopen, but do not return stdin, stdout, or stderr. */
FILE *