diff options
Diffstat (limited to 'gnome-base/gdm/files/gdm-2.20.3-logging.patch')
-rw-r--r-- | gnome-base/gdm/files/gdm-2.20.3-logging.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gnome-base/gdm/files/gdm-2.20.3-logging.patch b/gnome-base/gdm/files/gdm-2.20.3-logging.patch deleted file mode 100644 index b1f5d8715262..000000000000 --- a/gnome-base/gdm/files/gdm-2.20.3-logging.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- gdm-2.20.3/daemon/verify-crypt.c.orig 2008-01-07 19:39:37.000000000 +0000 -+++ gdm-2.20.3/daemon/verify-crypt.c 2008-01-09 13:39:50.000000000 +0000 -@@ -43,6 +43,7 @@ - #include "gdm-common.h" - #include "gdm-daemon-config.h" - #include "gdm-socket-protocol.h" -+#include "gdm-log.h" - - static char *selected_user = NULL; - ---- gdm-2.20.3/daemon/verify-shadow.c.orig 2008-01-07 19:39:37.000000000 +0000 -+++ gdm-2.20.3/daemon/verify-shadow.c 2008-01-09 13:39:43.000000000 +0000 -@@ -44,6 +44,7 @@ - #include "gdm-common.h" - #include "gdm-daemon-config.h" - #include "gdm-socket-protocol.h" -+#include "gdm-log.h" - - static char *selected_user = NULL; - |