author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Thu, 28 Jul 2005 14:51:41 +0000 (16:51 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 29 Jul 2005 07:12:03 +0000 (00:12 -0700) | ||
commit | bfb15365b0e9ebb2e4f3facca282c7f585f96e3f | |
tree | 1d2e19b8765db51250ff238bc8770175f4c61893 | tree | snapshot |
parent | 148519b7dc5a45ee73a85d39e4647099976be3b8 | commit | diff |
[PATCH] socklen_t needs to be defined and libssl to be linked on old Mac OS X
On older Mac OS X (10.2.8), no socklen_t is defined, and therefore
daemon.c does not compile. However, Mac OS X 10.4 seems to define
socklen_t differently.
Also, linking fails due to some symbols defined in libssl (not just
libcrypto).
[jc: I am tentatively dropping the socklen_t part of the patch
because I am waiting for confirmation on the server side IPV6
patch from Yoshifuji-san]
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
On older Mac OS X (10.2.8), no socklen_t is defined, and therefore
daemon.c does not compile. However, Mac OS X 10.4 seems to define
socklen_t differently.
Also, linking fails due to some symbols defined in libssl (not just
libcrypto).
[jc: I am tentatively dropping the socklen_t part of the patch
because I am waiting for confirmation on the server side IPV6
patch from Yoshifuji-san]
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile | diff | blob | history |