You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/scponly/files/scponly-4.8-gcc4.4.0.patch

16 lines
571 B

--- helper.c.orig 2009-05-11 00:33:08.000000000 -0600
+++ helper.c 2009-05-11 00:39:59.000000000 -0600
@@ -259,11 +259,11 @@
PROG_RSYNC, logstamp());
return 1;
}
#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.
*/
syslog(LOG_ERR, "a getopt() argument check could not be performed for %s, recompile scponly without support for %s or rebuild scponly with getopt", av[0], av[0]);