recode-3.6-getcwd.patch 359 B

123456789101112
  1. --- recode-3.6/lib/gettext.c.orig 2005-03-07 12:18:30.000000000 +0100
  2. +++ recode-3.6/lib/gettext.c 2005-03-07 12:23:14.000000000 +0100
  3. @@ -1668,8 +1668,6 @@
  4. # if !defined HAVE_GETCWD
  5. char *getwd ();
  6. # define getcwd(buf, max) getwd (buf)
  7. -# else
  8. -char *getcwd ();
  9. # endif
  10. # ifndef HAVE_STPCPY
  11. static char *stpcpy PARAMS ((char *dest, const char *src));