Blame SOURCES/recode-3.6-getcwd.patch

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