]> git.pld-linux.org Git - packages/make.git/blame - make-getcwd.patch
- updated to 4.0
[packages/make.git] / make-getcwd.patch
CommitLineData
3a265b6e
KK
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 @@
514e1e31 4
419cc74f
AM
5 #endif /* Not GNU C library or POSIX. */
6
514e1e31 7-#ifdef HAVE_GETCWD
419cc74f 8-# if !defined(VMS) && !defined(__DECC)
514e1e31
JB
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.027087 seconds and 4 git commands to generate.