]> git.draconx.ca Git - liblbx.git/blobdiff - src/lbxtool.c
lbxtool: Update --version information.
[liblbx.git] / src / lbxtool.c
index d070e8f188feb04e0fd26b9bdc9a32c268aef569..13a9ba65d28724a1b907ab2c312ffa8096f05953 100644 (file)
@@ -16,7 +16,7 @@
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-#define _GNU_SOURCE
+#include <config.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -51,7 +51,7 @@ enum {
 
 int filematch(char **argv, const char *name)
 {
-       int rc, i;
+       int i;
 
        for (i = 0; argv[i]; i++) {
                switch(fnmatch(argv[i], name, 0)) {