From: Roland McGrath Date: Thu, 25 Jun 1992 00:28:36 +0000 (+0000) Subject: Formerly make.h.~47~ X-Git-Tag: 3.70.2~699 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2c51355ed80aa64119c83508b96881a8d798c66;p=thirdparty%2Fmake.git Formerly make.h.~47~ --- diff --git a/make.h b/make.h index 94a9a629..3f35cbd4 100644 --- a/make.h +++ b/make.h @@ -248,7 +248,7 @@ extern long int lseek (); extern char *getcwd (); #else extern char *getwd (); -#define getcwd (buf, len) getwd (buf) +#define getcwd(buf, len) getwd (buf) #endif #if !defined(__GNU_LIBRARY__) && (!defined(vfork) || !defined(POSIX))