kedoin@chg.mcd.mot.com (Robert Kedoin) (02/28/90)
Just two little things: (these are on a VAX11/780 running BSD4.3)
I would suggest #ifdefs specific for BSD4.3 in config.h and shell.c:
1) config.h does
#define VOID void
later it tries to use variables of (VOID *) which BSD doesn't seem to
like. Changing "void" to "int" in the above define seems to fix the
problem.
2) shell.c uses setvbuf. While this exists in the Sun world, BSD4.3 uses
setlinebuf(stream).
Hope these comments help.
-Rob Kedoin
UUCP: {decvax, decvax.dec.com}!mergvax!mergsun!kedoin
ARPA: kedoin@mergsun.UUCP or kedoin%mergsun@uxc.cso.uiuc.edu
USMail: Linotype Company - Fonts 425 Oser Avenue Hauppauge, NY 11788
VOICE: (516) 434 - 2729
FAX: (516) 434 - 2072