compile failure with gcc 4.4
Brought to you by:
chronocide
scponly fails to compile due to wrong #elif
RCS file: /cvsroot/scponly/scponly/helper.c,v
retrieving revision 1.26
diff -u -p -r1.26 helper.c
--- helper.c 11 Jul 2008 06:03:35 -0000 1.26
+++ helper.c 6 Jun 2009 00:15:45 -0000
@@ -261,7 +261,7 @@ int check_dangerous_args(char **av)
}
#endif /* RSYNC_COMPAT */
-#elif /* HAVE_GETOPT */
+#else /* HAVE_GETOPT */
/*
* make sure that processing doesn't continue if we can't validate a rsync check
* and if the getopt flag is set.