[PATCH] fix daemon.c compilation for NO_IPV6=1

From: Alex Riesen <fork0@t-online.de>
Date: 2006-09-29 04:48:14
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;
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Fri Sep 29 04:48:46 2006

This archive was generated by hypermail 2.1.8 : 2006-09-29 04:49:28 EST