From c3a27f5095a50bef9e56f19eeed1176319e189e2 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Sun, 14 May 2000 06:07:31 +0000 Subject: Some makefile updates to make it behave a bit better/consistently. -Erik --- libc/inet/rpc/pmap_rmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/inet/rpc/pmap_rmt.c') diff --git a/libc/inet/rpc/pmap_rmt.c b/libc/inet/rpc/pmap_rmt.c index 08b6bebd3..336d0c112 100644 --- a/libc/inet/rpc/pmap_rmt.c +++ b/libc/inet/rpc/pmap_rmt.c @@ -164,7 +164,7 @@ getbroadcastnets(addrs, sock, buf) int sock; /* any valid socket will do */ char *buf; /* why allocxate more when we can use existing... */ { -#ifdef linux +#ifdef __linux__ struct sockaddr_in addr; get_myaddress(&addr); -- cgit v1.2.3