diff options
Diffstat (limited to 'x11/gdm1/patches/patch-ba')
-rw-r--r-- | x11/gdm1/patches/patch-ba | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/gdm1/patches/patch-ba b/x11/gdm1/patches/patch-ba new file mode 100644 index 00000000000..20881a29a6e --- /dev/null +++ b/x11/gdm1/patches/patch-ba @@ -0,0 +1,12 @@ +$NetBSD: patch-ba,v 1.1.1.1 2004/01/20 13:33:14 xtraeme Exp $ + +--- daemon/gdm.c.orig Tue Mar 20 02:55:01 2001 ++++ daemon/gdm.c Tue Mar 20 02:55:20 2001 +@@ -27,6 +27,7 @@ + #include <fcntl.h> + #include <errno.h> + #include <syslog.h> ++#include <locale.h> + + #include "gdm.h" + #include "misc.h" |