Diff for /embedaddon/rsync/wildtest.c between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2016/11/01 09:54:32 version 1.1.1.4, 2021/03/17 00:32:36
Line 1 Line 1
 /*  /*
  * Test suite for the wildmatch code.   * Test suite for the wildmatch code.
  *   *
 * Copyright (C) 2003-2015 Wayne Davison * Copyright (C) 2003-2019 Wayne Davison
  *   *
  * This program is free software; you can redistribute it and/or modify   * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by   * it under the terms of the GNU General Public License as published by
Line 30 Line 30
 int fnmatch_errors = 0;  int fnmatch_errors = 0;
 #endif  #endif
   
   int ignore_case = 0;
 int wildmatch_errors = 0;  int wildmatch_errors = 0;
   
 typedef char bool;  typedef char bool;

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>