home *** CD-ROM | disk | FTP | other *** search
- *** compile_et.c.orig Thu Mar 28 09:35:19 1991
- --- compile_et.c Mon Nov 9 16:29:38 1992
- ***************
- *** 7,13 ****
- --- 7,16 ----
- *
- */
-
- + #define MAXPATHLEN PATHSIZE
- + #define rindex strrchr
- #include <stdio.h>
- + #include <sys/types.h>
- #include <sys/file.h>
- #include <string.h>
- #include <sys/param.h>
- *** internal.h.orig Tue Jul 3 15:04:52 1990
- --- internal.h Mon Nov 9 16:18:12 1992
- ***************
- *** 8,14 ****
- #endif
-
- extern int errno;
- ! extern char const * const sys_errlist[];
- extern const int sys_nerr;
-
- #ifdef __STDC__
- --- 8,15 ----
- #endif
-
- extern int errno;
- ! /* extern char const * const sys_errlist[]; */
- ! extern char *sys_errlist[];
- extern const int sys_nerr;
-
- #ifdef __STDC__
- --- Makefile.rtr Tue Feb 4 14:25:27 1997
- +++ Makefile Tue Feb 4 14:37:21 1997
- @@ -48,14 +48,13 @@
-
- AR = ar cq
- BOOTSTRAPCFLAGS =
- - CC = gcc -fstrength-reduce -fpcc-struct-return -pedantic -ansi -Wall
- -
- + CC = gcc -fstrength-reduce -fpcc-struct-return
- COMPRESS = compress
- CPP = /lib/cpp $(STD_CPP_DEFINES)
- - PREPROCESSCMD = gcc -fstrength-reduce -fpcc-struct-return -pedantic -ansi -Wall -E $(STD_CPP_DEFINES)
- + PREPROCESSCMD = gcc -fstrength-reduce -fpcc-struct-return -E $(STD_CPP_DEFINES)
- INSTALL = install
- LD = ld
- - LDLOCATIONS =
- + LDLOCATIONS = -lsocket
- LINT = lint
- LINTLIBFLAG = -C
- LINTOPTS = -axz
- @@ -70,7 +69,7 @@
- STD_CPP_DEFINES =
- STD_DEFINES = -DBITS32
- SABER_DEFINES = -I/mit/gnu/vaxlib/gcc-include -Dconst= -DBITS32
- - EXTRA_LOAD_FLAGS = -Z
- + EXTRA_LOAD_FLAGS =
- EXTRA_LIBRARIES =
- TAGS = ctags
- ETAGS = etags
-