From 5a90d4ac1ab4d7700595e415e3a2062ecb378523 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 11 Sep 2005 22:25:49 -0700 Subject: [PATCH] getdomainname should be usable on SunOS with -lnsl Jason Riedy suggests that we should be able to use getdomainname if we properly specify which libraries to link. Signed-off-by: Junio C Hamano --- convert-objects.c | 1 - 1 file changed, 1 deletion(-) (limited to 'convert-objects.c') diff --git a/convert-objects.c b/convert-objects.c index 073cab592f..9ad0c77678 100644 --- a/convert-objects.c +++ b/convert-objects.c @@ -1,5 +1,4 @@ #define _XOPEN_SOURCE /* glibc2 needs this */ -#define __EXTENSIONS__ /* solaris needs this */ #include #include #include "cache.h" -- cgit v1.2.3