]> git.pld-linux.org Git - packages/make.git/blob - make-getcwd.patch
- release 1
[packages/make.git] / make-getcwd.patch
1 --- make-4.0/makeint.h.orig     2013-10-09 05:22:40.000000000 +0100
2 +++ make-4.0/makeint.h  2013-10-24 12:33:43.894410273 +0100
3 @@ -527,11 +527,7 @@
4  
5  #endif  /* Not GNU C library or POSIX.  */
6  
7 -#ifdef  HAVE_GETCWD
8 -# if !defined(VMS) && !defined(__DECC)
9 -char *getcwd ();
10 -# endif
11 -#else
12 +#ifndef  HAVE_GETCWD
13  char *getwd ();
14  # define getcwd(buf, len)       getwd (buf)
15  #endif
This page took 0.0234 seconds and 3 git commands to generate.