diff tcp-accept.c @ 433:c216212001fc

Fix for -pedantic -ansi compilation, change // to /**/, plus some signedness and trailing-comma-in-array issues
author Matt Johnston <matt@ucc.asn.au>
date Fri, 16 Feb 2007 14:42:08 +0000
parents a124aff0cbf1
children 69e98c45db7c
line wrap: on
line diff
--- a/tcp-accept.c	Tue Feb 13 10:30:02 2007 +0000
+++ b/tcp-accept.c	Fri Feb 16 14:42:08 2007 +0000
@@ -104,7 +104,7 @@
 	struct Listener *listener = NULL;
 	int nsocks;
 	char* errstring = NULL;
-	// listen_spec = NULL indicates localhost
+	/* listen_spec = NULL indicates localhost */
 	const char* listen_spec = NULL;
 
 	TRACE(("enter listen_tcpfwd"))