1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11/login.app/files/patch-ad
Steve Price 142e06cf65 Adding login.app version 2.0.0.a4.
A nice looking login interface to your favorite X-server.

PR:		16161
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-01-29 22:42:59 +00:00

13 lines
253 B
Plaintext

--- 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;