ports/net-mgmt/rancid3/files/patch-bin_par.c
Joe Marcus Clarke edac9437e1 Fix build on HEAD.
Rename the internal "environ" symbol to "enviro" to avoid a conflict.
2020-08-20 10:41:36 +00:00

12 lines
214 B
C

--- bin/par.c.orig 2020-08-20 10:37:18 UTC
+++ bin/par.c
@@ -108,7 +108,7 @@
#include "version.h"
-extern char **environ;
+extern char **enviro;
typedef struct {
int n; /* proc n of n_opt processes */