[1904] in NetBSD-Development
More problems, part 2
daemon@ATHENA.MIT.EDU (Charles M. Hannum)
Wed Aug 18 23:09:03 1999
Date: Wed, 18 Aug 1999 23:09:00 -0400 (EDT)
From: "Charles M. Hannum" <root@ihack.net>
To: netbsd-dev@MIT.EDU
4) get_hesiod_pcap.sh doesn't work as is under NetBSD, because it
does:
PATH=/bin/athena:/usr/bin:/usr/bsd
and thus can't find `['. Just adding /bin to the PATH fixes this.
5) I had the same xdvi lossage that someone else mentioned. Adding:
#if defined(NetBSDArchitecture)
OSDEFS=-DSIGPOLL=SIGIO
#endif
to the Imakefile made it compile; I haven't yet tested it.