Blame SOURCES/recode-3.6-getcwd.patch

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