--- embedaddon/rsync/wildtest.c 2016/11/01 09:54:32 1.1.1.3 +++ embedaddon/rsync/wildtest.c 2021/03/17 00:32:36 1.1.1.4 @@ -1,7 +1,7 @@ /* * 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 * it under the terms of the GNU General Public License as published by @@ -30,6 +30,7 @@ int fnmatch_errors = 0; #endif +int ignore_case = 0; int wildmatch_errors = 0; typedef char bool;