freebsd-ports/shells/scponly/files/patch-helper.c
Philip M. Gollucci 03671d92fe - Fix rc.d script for chroot functionality (thanks to Doug Barton for help with this)
- Switch an empty #elif to #else to please GCC 4.4
- Submitter is now MAINTAINER

PR:             ports/142764
Submitted by:   Rob Farmer <rfarmer@predatorlabs.net>
2010-01-15 02:44:01 +00:00

11 lines
302 B
C

--- helper.c.orig 2010-01-05 21:06:05.000000000 -0800
+++ helper.c 2010-01-05 21:06:18.000000000 -0800
@@ -230,7 +230,7 @@
return 1;
}
}
-#elif
+#else
/*
* make sure that processing doesn't continue if we can't validate a rsync check
* and if the getopt flag is set.