aboutsummaryrefslogtreecommitdiff
path: root/x11/login.app/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'x11/login.app/files/patch-ad')
-rw-r--r--x11/login.app/files/patch-ad12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/login.app/files/patch-ad b/x11/login.app/files/patch-ad
new file mode 100644
index 000000000000..f159506eb348
--- /dev/null
+++ b/x11/login.app/files/patch-ad
@@ -0,0 +1,12 @@
+--- util.c.orig Mon Jan 17 16:37:49 2000
++++ util.c Mon Jan 17 16:38:11 2000
+@@ -28,6 +28,9 @@
+ #include <stdarg.h>
+ #include <string.h>
+
++#ifdef __FreeBSD__
++extern char **environ;
++#endif
+
+ void printError(const char *msg, ...) {
+ va_list args;