From 8c90ddd93075b1a79d4cf6bda680b196fc214dda Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 21 Apr 2008 22:39:15 +0000 Subject: Actually, just check for linux and ignore hurd... --- net/libfetch/files/http.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/libfetch/files/http.c b/net/libfetch/files/http.c index 6b6fc446f50..d6931184419 100644 --- a/net/libfetch/files/http.c +++ b/net/libfetch/files/http.c @@ -1,4 +1,4 @@ -/* $NetBSD: http.c,v 1.16 2008/04/21 22:36:08 joerg Exp $ */ +/* $NetBSD: http.c,v 1.17 2008/04/21 22:39:15 joerg Exp $ */ /*- * Copyright (c) 2000-2004 Dag-Erling Coïdan Smørgrav * Copyright (c) 2003 Thomas Klausner @@ -68,7 +68,7 @@ #endif #include -#ifdef __GLIBC__ +#ifdef __linux__ /* Keep this down to Linux, it can create surprises else where. */ #define _XOPEN_SOURCE #endif -- cgit v1.2.3