Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
fix daemon.c compilation for NO_IPV6=1
author
Alex Riesen
<fork0@t-online.de>
Thu, 28 Sep 2006 18:48:14 +0000
(20:48 +0200)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 29 Sep 2006 01:22:37 +0000
(18:22 -0700)
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
daemon.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
695dffe
)
diff --git
a/daemon.c
b/daemon.c
index fc3951cf759a602d705b8d7a486294e2ab8f67ee..ad8492873ea1db63d56c24bec6174c4682105433 100644
(file)
--- a/
daemon.c
+++ b/
daemon.c
@@
-834,7
+834,7
@@
static int socksetup(char *listen_addr, int listen_port, int **socklist_p)
#else /* NO_IPV6 */
-static int socksetup(char *lisen_addr, int listen_port, int **socklist_p)
+static int socksetup(char *lis
t
en_addr, int listen_port, int **socklist_p)
{
struct sockaddr_in sin;
int sockfd;