]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - make/patches/make-4.0-getcwd.patch
make: Update to version 4.0
[people/amarx/ipfire-3.x.git] / make / patches / make-4.0-getcwd.patch
1 diff -Nrup a/makeint.h b/makeint.h
2 --- a/makeint.h 2013-10-09 00:22:40.000000000 -0400
3 +++ b/makeint.h 2014-02-03 17:46:24.969618708 -0500
4 @@ -528,7 +528,7 @@ long int lseek ();
5 #endif /* Not GNU C library or POSIX. */
6
7 #ifdef HAVE_GETCWD
8 -# if !defined(VMS) && !defined(__DECC)
9 +# if !defined(VMS) && !defined(__DECC) && !defined(getcwd)
10 char *getcwd ();
11 # endif
12 #else