summaryrefslogtreecommitdiff
path: root/misc/deco/files/patch-env.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/deco/files/patch-env.h')
-rw-r--r--misc/deco/files/patch-env.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/deco/files/patch-env.h b/misc/deco/files/patch-env.h
new file mode 100644
index 000000000000..0b2186767f60
--- /dev/null
+++ b/misc/deco/files/patch-env.h
@@ -0,0 +1,8 @@
+--- env.h.orig 1997-07-12 16:29:23 UTC
++++ env.h
+@@ -1,4 +1,4 @@
+-char **EnvVector;
++static char **EnvVector;
+ void EnvInit (char **env);
+ char *EnvGet (char *name);
+ void EnvPut (char *name, char *value);