Fixed a failing hunk.
[rsync/rsync-patches.git] / ignore-case.diff
index 106a28e..68ae779 100644 (file)
@@ -35,7 +35,7 @@ in a case-insensitive manner.
          case '?':
            /* Match anything but '/'. */
            if (*text == '/')
---- orig/options.c     2004-11-27 18:27:35
+--- orig/options.c     2005-01-01 21:11:00
 +++ options.c  2004-10-14 17:22:51
 @@ -94,6 +94,7 @@ int max_delete = 0;
  OFF_T max_size = 0;
@@ -51,9 +51,9 @@ in a case-insensitive manner.
    rprintf(F," -0, --from0                 all *-from file lists are delimited by nulls\n");
 +  rprintf(F,"     --ignore-case           ignore case when comparing filenames\n");
    rprintf(F,"     --version               print version number\n");
+   rprintf(F,"     --port=PORT             specify double-colon alternate port number\n");
    rprintf(F,"     --blocking-io           use blocking I/O for the remote shell\n");
-   rprintf(F,"     --no-blocking-io        turn off --blocking-io\n");
-@@ -346,6 +348,7 @@ static struct poptOption long_options[] 
+@@ -347,6 +349,7 @@ static struct poptOption long_options[] 
    {"include",          0,  POPT_ARG_STRING, 0, OPT_INCLUDE, 0, 0 },
    {"exclude-from",     0,  POPT_ARG_STRING, 0, OPT_EXCLUDE_FROM, 0, 0 },
    {"include-from",     0,  POPT_ARG_STRING, 0, OPT_INCLUDE_FROM, 0, 0 },
@@ -61,7 +61,7 @@ in a case-insensitive manner.
    {"safe-links",       0,  POPT_ARG_NONE,   &safe_symlinks, 0, 0, 0 },
    {"help",            'h', POPT_ARG_NONE,   0, 'h', 0, 0 },
    {"backup",          'b', POPT_ARG_NONE,   &make_backups, 0, 0, 0 },
-@@ -1181,6 +1184,9 @@ void server_options(char **args,int *arg
+@@ -1182,6 +1185,9 @@ void server_options(char **args,int *arg
                args[ac++] = arg;
        }