summaryrefslogtreecommitdiffstats
path: root/x11/gdm3/files/patch-common_gdm-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gdm3/files/patch-common_gdm-common.c')
-rw-r--r--x11/gdm3/files/patch-common_gdm-common.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/gdm3/files/patch-common_gdm-common.c b/x11/gdm3/files/patch-common_gdm-common.c
new file mode 100644
index 000000000..9fa4acafa
--- /dev/null
+++ b/x11/gdm3/files/patch-common_gdm-common.c
@@ -0,0 +1,13 @@
+--- common/gdm-common.c.orig 2007-12-23 10:29:20.000000000 +0100
++++ common/gdm-common.c 2007-12-23 10:29:34.000000000 +0100
+@@ -33,6 +33,10 @@
+
+ #include "gdm-common.h"
+
++#ifndef ENODATA
++#define ENODATA EAGAIN
++#endif
++
+ void
+ gdm_set_fatal_warnings_if_unstable (void)
+ {