mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
482 B

  1. diff -pruN findutils-4.2.24-orig/gnulib/lib/regex.h findutils-4.2.24/gnulib/lib/regex.h
  2. --- findutils-4.2.24-orig/gnulib/lib/regex.h 2006-01-31 09:34:31.000000000 +0100
  3. +++ findutils-4.2.24/gnulib/lib/regex.h 2006-01-31 09:34:54.000000000 +0100
  4. @@ -21,6 +21,9 @@
  5. #ifndef _REGEX_H
  6. #define _REGEX_H 1
  7. +#define __re_error_msgid __findutils__re_error_msgid
  8. +#define __re_error_msgid_idx __findutils__re_error_msgid_idx
  9. +
  10. #include <sys/types.h>
  11. /* Allow the use in C++ code. */