[PATCH] Portability fix for Solaris 10/x86
authorPatrick Mauritz <oxygene@studentenbude.ath.cx>
Mon, 5 Sep 2005 23:24:03 +0000 (01:24 +0200)
committerJunio C Hamano <junkio@cox.net>
Thu, 8 Sep 2005 05:08:28 +0000 (22:08 -0700)
commitf0ebff0dfebc667e5edf6f67d190fd960513ab66
tree383cfd9f34d559c51bcd7d764e2fbbac5cb896b6
parent215a7ad1ef790467a4cd3f0dcffbd6e5f04c38f7
[PATCH] Portability fix for Solaris 10/x86

 * getdomainname unavailable there.
 * needs -lsocket for linkage.
 * needs __EXTENSIONS__ at the beginning of convert-objects.c

[JC: I've done this slightly differently from what Patrick originally
sent to the list and dropped the bit that deals with installations
that has curl header and library at non-default location.  I am
resisting the slipperly slope called autoconf.]

Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
convert-objects.c
ident.c