1234567891011121314151617 |
- diff -NrU5 rename-1.3.original/rename.c rename-1.3/rename.c
- --- a/rename.c 2009-06-14 00:21:43.000000000 -0600
- +++ b/rename.c 2009-06-14 00:22:21.000000000 -0600
- @@ -63,11 +63,11 @@
- #endif
- #endif
-
- #if HAVE_REGEX_H
- #include <regex.h>
- -#elif
- +#else
- #include "regex.h"
- #endif
-
- #if HAVE_GETOPT_H
- #include <getopt.h>
|