Switched from "extern int errno" to "#include <errno.h>".

This commit is contained in:
Joel Sherrill
1998-03-03 16:20:52 +00:00
parent 79597c724b
commit 607e0a2527
12 changed files with 12 additions and 12 deletions

View File

@@ -34,6 +34,7 @@ maximum line length. The default maximum line length is 80.\n\
#include <string.h>
#include <memory.h>
#include <stdarg.h>
#include <errno.h>
#include "config.h"
@@ -85,7 +86,6 @@ int line_length = 80; /* maximum allowable line length */
extern char *optarg; /* getopt(3) control vars */
extern int optind, opterr;
extern int errno;
char *progname; /* for error() */