summaryrefslogtreecommitdiffstats
path: root/x11/gdm/files/patch-common_gdm-common.c
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-01 06:21:39 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-01 06:21:39 +0800
commite5053d8037c5e17ca659c72f1da3df8cd2e07923 (patch)
tree0be42b9407cd7cfffc8bfa5a1e9371064fbce2d6 /x11/gdm/files/patch-common_gdm-common.c
parent125c400566e403ddac396ea0377802fb8bc5e23c (diff)
downloadmarcuscom-ports-e5053d8037c5e17ca659c72f1da3df8cd2e07923.tar.gz
marcuscom-ports-e5053d8037c5e17ca659c72f1da3df8cd2e07923.tar.zst
marcuscom-ports-e5053d8037c5e17ca659c72f1da3df8cd2e07923.zip
Remove GDM, this isn't part of GNOME 2.22. The GNOME release team has decided
to downgrade the GDM, see more info: http://mail.gnome.org/archives/desktop-devel-list/2008-February/msg00124.html git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10587 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gdm/files/patch-common_gdm-common.c')
-rw-r--r--x11/gdm/files/patch-common_gdm-common.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/gdm/files/patch-common_gdm-common.c b/x11/gdm/files/patch-common_gdm-common.c
deleted file mode 100644
index 9fa4acafa..000000000
--- a/x11/gdm/files/patch-common_gdm-common.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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)
- {