summaryrefslogtreecommitdiff
path: root/x11/gdm/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gdm/patches/patch-aj')
-rw-r--r--x11/gdm/patches/patch-aj14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/gdm/patches/patch-aj b/x11/gdm/patches/patch-aj
new file mode 100644
index 00000000000..d5f49b20858
--- /dev/null
+++ b/x11/gdm/patches/patch-aj
@@ -0,0 +1,14 @@
+$NetBSD: patch-aj,v 1.3 2006/03/30 21:25:48 jmmv Exp $
+
+--- daemon/server.c.orig 2006-01-19 00:32:50.000000000 +0100
++++ daemon/server.c
+@@ -27,6 +27,9 @@
+ #include <fcntl.h>
+ #include <pwd.h>
+ #include <grp.h>
++#if defined(__NetBSD__)
++#include <sys/resource.h>
++#endif
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <sys/wait.h>