* [PATCH] fix daemon.c compilation for NO_IPV6=1
@ 2006-09-28 18:48 Alex Riesen
0 siblings, 0 replies; only message in thread
From: Alex Riesen @ 2006-09-28 18:48 UTC (permalink / raw)
To: git; +Cc: Junio C Hamano
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
---
Just a typo.
diff --git a/daemon.c b/daemon.c
index fc3951c..ad84928 100644
--- a/daemon.c
+++ b/daemon.c
@@ -834,7 +834,7 @@ #endif
#else /* NO_IPV6 */
-static int socksetup(char *lisen_addr, int listen_port, int **socklist_p)
+static int socksetup(char *listen_addr, int listen_port, int **socklist_p)
{
struct sockaddr_in sin;
int sockfd;
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-09-28 18:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-28 18:48 [PATCH] fix daemon.c compilation for NO_IPV6=1 Alex Riesen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).