mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
142e06cf65
A nice looking login interface to your favorite X-server. PR: 16161 Submitted by: Maxim Sobolev <sobomax@altavista.net>
13 lines
253 B
Plaintext
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;
|