diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-05-15 22:10:56 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-05-15 22:10:56 +0000 |
commit | d2d67c9856355f732c83f060e0c69b2e520db65e (patch) | |
tree | e03d17aaedd2722459c37c43d0a9297a63e81fc3 /libc/inet/rpc/get_myaddress.c | |
parent | 557676bdf528741f188f6af0e7bb5f25e29e7d3e (diff) |
Finished porting stuff to x86 and supporting the Linux 2.2 kernels.
It now compiles....
-Erik
Diffstat (limited to 'libc/inet/rpc/get_myaddress.c')
-rw-r--r-- | libc/inet/rpc/get_myaddress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/rpc/get_myaddress.c b/libc/inet/rpc/get_myaddress.c index 1940d3e27..cbfc05b8d 100644 --- a/libc/inet/rpc/get_myaddress.c +++ b/libc/inet/rpc/get_myaddress.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)get_myaddress.c 1.4 87/08/11 Copyr 1984 Sun Micro"; #include <rpc/pmap_prot.h> #include <sys/socket.h> #include <stdio.h> -#include <net/if.h> +//#include <net/if.h> #include <sys/ioctl.h> #include <arpa/inet.h> #include <netinet/in.h> |