home *** CD-ROM | disk | FTP | other *** search
- --- cmds.c.orig Mon May 11 14:43:34 1992
- +++ cmds.c Thu Apr 22 11:34:26 1993
- @@ -29,7 +29,7 @@
- #include <signal.h>
- #include <errno.h>
-
- -#ifdef SYSV3
- +#if defined SYSV3 || defined sun
- extern void exit();
- #else
- extern int exit();
- --- psc.c.orig Mon May 11 14:43:37 1992
- +++ psc.c Thu Apr 22 11:34:26 1993
- @@ -35,7 +35,7 @@
- char *progname;
- int getrow(), getcol(), scan();
-
- -#ifdef SYSV3
- +#if defined SYSV3 || defined sun
- extern void exit();
- #else
- extern int exit();
- --- Makefile.rtr Thu Jul 21 14:27:24 1994
- +++ Makefile Thu Jul 21 14:31:40 1994
- @@ -193,9 +193,9 @@
- #YACC=bison -y -v -t -l
-
- # Use this for system V.4
- -#CFLAGS= -DSYSV4 -DSYSV3 -O
- -#LDFLAGS= -s
- -#LIB=-lm -lcurses -lgen
- +CFLAGS= -DSYSV4 -DSYSV3 -O
- +LDFLAGS= -s
- +LIB=-lm -lcurses -lgen -lc /usr/ucblib/libucb.a
- # with gcc also use:
- #CC=gcc
- #CFLAGS= -DSYSV3 -O -pipe
- @@ -223,9 +223,9 @@
- #CFLAGS= -O -DBSD42 -pipe
-
- # Use this for BSD 4.3
- -CFLAGS= -O -DBSD43
- -LDFLAGS=
- -LIB=-lm -lcurses -ltermcap
- +#CFLAGS= -O -DBSD43
- +#LDFLAGS=
- +#LIB=-lm -lcurses -ltermcap
-
- # Use this for SunOS 4.X if you have the System V package installed.
- # This will link with the System V curses which is preferable to the
-