summaryrefslogtreecommitdiffstats
path: root/tools/build/src/eolstrip.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-03 16:20:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-03 16:20:52 +0000
commit607e0a252789e62ad5163c2a9526a764c9428ec6 (patch)
treec571dc175c489416f601196f097864f8fff2fe5d /tools/build/src/eolstrip.c
parentRemoved use of dc. David Fiddes reported that this is part of the (diff)
downloadrtems-607e0a252789e62ad5163c2a9526a764c9428ec6.tar.bz2
Switched from "extern int errno" to "#include <errno.h>".
Diffstat (limited to 'tools/build/src/eolstrip.c')
-rw-r--r--tools/build/src/eolstrip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/src/eolstrip.c b/tools/build/src/eolstrip.c
index 467b352322..c944ae6663 100644
--- a/tools/build/src/eolstrip.c
+++ b/tools/build/src/eolstrip.c
@@ -29,6 +29,7 @@ Strip the white space from the end of every line on the list of files.\n\
#include <string.h>
#include <memory.h>
#include <stdarg.h>
+#include <errno.h>
#include "config.h"
@@ -78,7 +79,6 @@ int test_only = FALSE; /* test only */
extern char *optarg; /* getopt(3) control vars */
extern int optind, opterr;
-extern int errno;
char *progname; /* for error() */