packaging: Initial packaging
[platform/upstream/make.git] / packaging / make-3.80-getcwd.patch
1 --- make-3.80/make.h.jj 2002-09-11 12:55:44.000000000 -0400
2 +++ make-3.80/make.h    2005-03-07 09:24:53.000000000 -0500
3 @@ -474,7 +474,7 @@ extern long int lseek ();
4  #endif  /* Not GNU C library or POSIX.  */
5  
6  #ifdef  HAVE_GETCWD
7 -# if !defined(VMS) && !defined(__DECC)
8 +# if !defined(VMS) && !defined(__DECC) && !defined(getcwd)
9  extern char *getcwd ();
10  #endif
11  #else