17464b89a4
- Mark BROKEN on 4.x and !i386 (almost) PR: ports/79615 Submitted by: Sam Lawrance <boris@brooknet.com.au>
13 lines
251 B
C
13 lines
251 B
C
--- commands/environ.c.orig Tue Mar 1 23:04:45 2005
|
|
+++ commands/environ.c Tue Mar 1 23:06:19 2005
|
|
@@ -27,6 +27,10 @@
|
|
#define _environ environ
|
|
#endif
|
|
|
|
+#ifdef __FreeBSD__
|
|
+#define _environ environ
|
|
+#endif
|
|
+
|
|
extern char **_environ;
|
|
|
|
/**ENVIRON
|