home *** CD-ROM | disk | FTP | other *** search
- --- Configure~ Mon Feb 8 20:37:48 1993
- +++ Configure Thu Jul 7 11:42:01 1994
- @@ -363,8 +363,8 @@
- d_ndir=ndir
- voidwant=1
- voidwant=7
- -libswanted="c_s net_s net socket nsl_s nsl nm ndir dir ndbm dbm PW malloc sun m bsd BSD x posix ucb"
- -inclwanted='/usr/include /usr/netinclude /usr/include/sun /usr/include/bsd /usr/include/lan /usr/ucbinclude'
- +libswanted="c_s net_s net socket nsl_s nsl nm ndir dir ndbm dbm PW malloc sun m x posix ucb"
- +inclwanted='/usr/include'
-
- : Now test for existence of everything in MANIFEST
-
- @@ -1298,7 +1298,7 @@
- case "$gccflags" in
- *-ansi*) ;;
- *-traditional*) ;;
- - *) gccflags="$gccflags -traditional -Dvolatile=__volatile__" ;;
- + *) gccflags="$gccflags" ;;
- esac
- ;;
- esac
- @@ -1402,7 +1402,7 @@
- : the following weeds options from ccflags that are of no interest to cpp
- cppflags="$ccflags"
- case "$cc" in
- -*gcc*) cppflags="$cppflags -D__GNUC__";;
- +*gcc*) cppflags="$cppflags";;
- esac
- case "$cppflags" in
- '');;
- @@ -3432,8 +3432,10 @@
- echo " "
- case "$sig_name" in
- '')
- - echo "Generating a list of signal names..."
- - set X `cat $usrinclude/signal.h $usrinclude/sys/signal.h 2>&1 | awk '
- + echo "Creating list of Linux's signal names...-ljl-"
- +
- + echo '#include <signal.h>' >try.c; gcc -M try.c >signal_list
- + set X `cat signal_list`; shift; set X `cat $* 2>&1 | awk '
- $1 ~ /^#define$/ && $2 ~ /^SIG[A-Z0-9]*$/ && $3 ~ /^[1-9][0-9]*$/ {
- sig[$3] = substr($2,4,20)
- if (max < $3 && $3 < 60) {
- @@ -3455,13 +3457,7 @@
- '`
- shift
- case $# in
- - 0) echo 'kill -l' >/tmp/foo$$
- - set X `$csh -f </tmp/foo$$`
- - shift
- - case $# in
- - 0)set HUP INT QUIT ILL TRAP IOT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM
- - ;;
- - esac
- + 0)set HUP INT QUIT ILL TRAP IOT unused FPE KILL USR1 SEGV USR2 PIPE ALRM TERM
- ;;
- esac
- sig_name="ZERO $*"
- @@ -4014,7 +4010,7 @@
- dflt=''
- fastread=''
- echo "If you didn't make any mistakes, then just type a carriage return here."
- -rp="If you need to edit config.sh, do it as a shell escape here:"
- +rp="If you need to EDIT config.sh, do it as a shell escape here:"
- $echo $n "$rp $c"
- . UU/myread
- case "$ans" in
- --- doio.c~ Mon Feb 8 20:37:43 1993
- +++ doio.c Mon Jan 10 13:51:00 1994
- @@ -2779,7 +2779,7 @@
- #endif
- #ifdef HAS_SEM
- case O_SEMCTL:
- - ret = semctl(id, n, cmd, a);
- + ret = semctl(id, n, cmd, (struct semid_ds *)a);
- break;
- #endif
- #ifdef HAS_SHM
- --- t/comp/cpp.t~ Mon Feb 8 20:37:02 1993
- +++ t/comp/cpp.t Mon Jan 10 14:00:00 1994
- @@ -7,7 +7,7 @@
- if (/^cppstdin/) {
- if (/^cppstdin='(.*cppstdin)'/ && ! -e $1) {
- print "1..0\n";
- - exit; # Can't test till after install, alas.
- + exit;
- }
- last;
- }
- --- perl.c~ Mon Feb 8 20:35:21 1993
- +++ perl.c Mon Jul 18 08:53:00 1994
- @@ -1374,7 +1374,7 @@
- s++;
- return s;
- case 'v':
- - fputs("\nThis is perl, version 4.0\n\n",stdout);
- + fputs("\nThis is perl, version 4.0 for Linux {36LA}-ljl-\n\n",stdout);
- fputs(rcsid,stdout);
- fputs("\nCopyright (c) 1989, 1990, 1991, Larry Wall\n",stdout);
- #ifdef MSDOS
-