diff svr-main.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 1afa503e33f5
children 337c45621e81
line wrap: on
line diff
--- a/svr-main.c	Tue Feb 13 10:30:02 2007 +0000
+++ b/svr-main.c	Fri Feb 16 14:42:08 2007 +0000
@@ -125,8 +125,9 @@
 	int childsock;
 	int childpipe[2];
 
-	// Note: commonsetup() must happen before we daemon()ise. Otherwise
-	// daemon() will chdir("/"), and we won't be able to find local-dir hostkeys.
+	/* Note: commonsetup() must happen before we daemon()ise. Otherwise
+	   daemon() will chdir("/"), and we won't be able to find local-dir
+	   hostkeys. */
 	commonsetup();
 
 	/* fork */