From: Jim Meyering Date: Thu, 22 Jun 1995 04:03:33 +0000 (+0000) Subject: [join]: Redefine. Otherwise, systems (Unicos for one) with X-Git-Tag: textutils-1_12_1~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4afe3f334a367d2f8ca60b84c3815a30555bd589;p=thirdparty%2Fcoreutils.git [join]: Redefine. Otherwise, systems (Unicos for one) with headers that have a different prototype for `join' get an error. --- diff --git a/src/join.c b/src/join.c index c037b60c97..b17a2a75c0 100644 --- a/src/join.c +++ b/src/join.c @@ -30,6 +30,8 @@ #include "long-options.h" #include "error.h" +#define join system_join + char *xmalloc (); char *xrealloc (); static void usage ();