Changeset 607e0a25 in rtems
- Timestamp:
- 03/03/98 16:20:52 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 23683dd5
- Parents:
- 79597c7
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
c/build-tools/cklength.c
r79597c7 r607e0a25 35 35 #include <memory.h> 36 36 #include <stdarg.h> 37 #include <errno.h> 37 38 38 39 #include "config.h" … … 86 87 extern char *optarg; /* getopt(3) control vars */ 87 88 extern int optind, opterr; 88 extern int errno;89 89 90 90 char *progname; /* for error() */ -
c/build-tools/eolstrip.c
r79597c7 r607e0a25 30 30 #include <memory.h> 31 31 #include <stdarg.h> 32 #include <errno.h> 32 33 33 34 #include "config.h" … … 79 80 extern char *optarg; /* getopt(3) control vars */ 80 81 extern int optind, opterr; 81 extern int errno;82 82 83 83 char *progname; /* for error() */ -
c/build-tools/src/cklength.c
r79597c7 r607e0a25 35 35 #include <memory.h> 36 36 #include <stdarg.h> 37 #include <errno.h> 37 38 38 39 #include "config.h" … … 86 87 extern char *optarg; /* getopt(3) control vars */ 87 88 extern int optind, opterr; 88 extern int errno;89 89 90 90 char *progname; /* for error() */ -
c/build-tools/src/eolstrip.c
r79597c7 r607e0a25 30 30 #include <memory.h> 31 31 #include <stdarg.h> 32 #include <errno.h> 32 33 33 34 #include "config.h" … … 79 80 extern char *optarg; /* getopt(3) control vars */ 80 81 extern int optind, opterr; 81 extern int errno;82 82 83 83 char *progname; /* for error() */ -
c/build-tools/src/unhex.c
r79597c7 r607e0a25 38 38 #include <stdlib.h> 39 39 #include <stdarg.h> 40 #include <errno.h> 40 41 41 42 #include "config.h" … … 97 98 extern char *optarg; /* getopt(3) control vars */ 98 99 extern int optind; 99 extern int errno;100 100 101 101 char *progname; /* for error() */ -
c/build-tools/unhex.c
r79597c7 r607e0a25 38 38 #include <stdlib.h> 39 39 #include <stdarg.h> 40 #include <errno.h> 40 41 41 42 #include "config.h" … … 97 98 extern char *optarg; /* getopt(3) control vars */ 98 99 extern int optind; 99 extern int errno;100 100 101 101 char *progname; /* for error() */ -
tools/build/cklength.c
r79597c7 r607e0a25 35 35 #include <memory.h> 36 36 #include <stdarg.h> 37 #include <errno.h> 37 38 38 39 #include "config.h" … … 86 87 extern char *optarg; /* getopt(3) control vars */ 87 88 extern int optind, opterr; 88 extern int errno;89 89 90 90 char *progname; /* for error() */ -
tools/build/eolstrip.c
r79597c7 r607e0a25 30 30 #include <memory.h> 31 31 #include <stdarg.h> 32 #include <errno.h> 32 33 33 34 #include "config.h" … … 79 80 extern char *optarg; /* getopt(3) control vars */ 80 81 extern int optind, opterr; 81 extern int errno;82 82 83 83 char *progname; /* for error() */ -
tools/build/src/cklength.c
r79597c7 r607e0a25 35 35 #include <memory.h> 36 36 #include <stdarg.h> 37 #include <errno.h> 37 38 38 39 #include "config.h" … … 86 87 extern char *optarg; /* getopt(3) control vars */ 87 88 extern int optind, opterr; 88 extern int errno;89 89 90 90 char *progname; /* for error() */ -
tools/build/src/eolstrip.c
r79597c7 r607e0a25 30 30 #include <memory.h> 31 31 #include <stdarg.h> 32 #include <errno.h> 32 33 33 34 #include "config.h" … … 79 80 extern char *optarg; /* getopt(3) control vars */ 80 81 extern int optind, opterr; 81 extern int errno;82 82 83 83 char *progname; /* for error() */ -
tools/build/src/unhex.c
r79597c7 r607e0a25 38 38 #include <stdlib.h> 39 39 #include <stdarg.h> 40 #include <errno.h> 40 41 41 42 #include "config.h" … … 97 98 extern char *optarg; /* getopt(3) control vars */ 98 99 extern int optind; 99 extern int errno;100 100 101 101 char *progname; /* for error() */ -
tools/build/unhex.c
r79597c7 r607e0a25 38 38 #include <stdlib.h> 39 39 #include <stdarg.h> 40 #include <errno.h> 40 41 41 42 #include "config.h" … … 97 98 extern char *optarg; /* getopt(3) control vars */ 98 99 extern int optind; 99 extern int errno;100 100 101 101 char *progname; /* for error() */
Note: See TracChangeset
for help on using the changeset viewer.