mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-25 19:46:21 +00:00
Take NOETHER out of SunOS5 (Solaris) configuration so the network is accessible.
Fix ldeether.c main program so that if NOETHER is present without removing the dlpi.o dependency it still links. modified: inc/version.h modified: src/ldeether.c
This commit is contained in:
@@ -18,6 +18,7 @@ static char *id = "$Id: ldeether.c,v 1.3 2001/12/24 01:09:04 sybalsky Exp $ Copy
|
||||
|
||||
#ifdef NOETHER
|
||||
/* No ethernet, so have a dummy here. */
|
||||
unsigned char ether_host[6] = {0, 0, 0, 0, 0, 0}; /* 48 bit address */
|
||||
int main(int argc, char *argv[]) { return (0); }
|
||||
#else
|
||||
/* THERE -IS- AN ETHERNET */
|
||||
|
||||
Reference in New Issue
Block a user