Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-09-12 09:25:49 +0400
committerJunio C Hamano <junkio@cox.net>2005-09-17 22:57:50 +0400
commit5a90d4ac1ab4d7700595e415e3a2062ecb378523 (patch)
tree60a205f9615995917e7e69224083dcd50414d74a /convert-objects.c
parentaa894d8887c96a8b72adf94c2b52c519f7b47174 (diff)
[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 <junkio@cox.net>
Diffstat (limited to 'convert-objects.c')
-rw-r--r--convert-objects.c1
1 files changed, 0 insertions, 1 deletions
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 <time.h>
#include <ctype.h>
#include "cache.h"