]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
[join]: Redefine. Otherwise, systems (Unicos for one) with
authorJim Meyering <jim@meyering.net>
Thu, 22 Jun 1995 04:03:33 +0000 (04:03 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 22 Jun 1995 04:03:33 +0000 (04:03 +0000)
headers that have a different prototype for `join' get an error.

src/join.c

index c037b60c97ff5ac074f0126cb71a9bd9e5cbe3bb..b17a2a75c09f3d19dee8e12ae37f1c2244d720dc 100644 (file)
@@ -30,6 +30,8 @@
 #include "long-options.h"
 #include "error.h"
 
+#define join system_join
+
 char *xmalloc ();
 char *xrealloc ();
 static void usage ();