ports/net/rsync/files/extrapatch-main.c
Emanuel Haupt cb26f8ca2e - Update to 3.1.0
- Rework OPTIONS to use OPTIONS_RADIO for mutually exclusive options. This
  allows us to get rid of various IGNORE definitions
- Add an option to use zlib from base instead of the bundled one (default)
- Functionality of extrapatch-detect-renamed.diff has been incorporated with the
  upstream patch maintainers
- Provide a patch required for the "file system flags" option (have been
  submitted upstream)
2013-10-02 11:14:13 +00:00

10 lines
246 B
C

--- main.c.orig 2013-10-02 10:47:24.479295402 +0200
+++ main.c 2013-10-02 10:47:43.659318579 +0200
@@ -30,6 +30,7 @@
#include <sys/sysctl.h>
#endif
+extern int force_change;
extern int dry_run;
extern int list_only;
extern int io_timeout;