Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release-src > by-pkgid > c6dfaf3c46c6df9d8f7c6ee16da44aaf > files > 8

gcl-2.6.8.20130823-5.mga5.src.rpm

--- ./o/unixfsys.c.orig	2013-01-21 14:18:53.323182657 -0700
+++ ./o/unixfsys.c	2013-01-21 14:18:53.323182657 -0700
@@ -150,17 +150,6 @@ DEV_FOUND:
 #endif
 
 
-#ifdef HAVE_GETCWD
-char *
-getwd(char *buffer) {
-#ifndef _WIN32    
-  char *getcwd(char *, size_t);
-#endif
-  return(getcwd(buffer, MAXPATHLEN));
-}
-#endif
-
-
 #define pcopy(a_,b_,c_,d_) ({\
       unsigned _c=c_,_d=d_;\
       if (_c+_d>=MAXPATHLEN-16) FEerror("Can't expand pathname ~a",1,namestring);\