From 4dc8a2aec63e4fb5ee2688544c4de323ed5de3ef Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Thu, 23 Dec 1999 14:20:14 +0000 Subject: Bunch of stuff --- net.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net.c') diff --git a/net.c b/net.c index e685e30..a8c62d5 100644 --- a/net.c +++ b/net.c @@ -2,6 +2,7 @@ * Copyright (c) 1991, 1992 Paul Kranenburg * Copyright (c) 1993 Branko Lankester * Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey + * Copyright (c) 1996-1999 Wichert Akkerman * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -45,7 +46,7 @@ #endif #endif /* LINUX */ -#if defined(LINUX) && defined(MIPS) +#if defined (__GLIBC__) && ((__GLIBC__ < 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ < 1)) #if defined(HAVE_LINUX_IN6_H) #include #endif -- cgit v1.2.3