gdm r5611 - in branches/gnome-2-20: . daemon



Author: bcameron
Date: Wed Jan  9 16:18:48 2008
New Revision: 5611
URL: http://svn.gnome.org/viewvc/gdm?rev=5611&view=rev

Log:
2008-01-09 Brian Cameron <brian cameron sun com>

        * daemon/verify-crypt.c, daemon/verify-shadow.c:  Add include of
          gdm-log.h to fix compile issues.  Fixes bug #508275.  Thanks to
          Simon Munton <simon-gnome munton demon co uk> for the patch.


Modified:
   branches/gnome-2-20/ChangeLog
   branches/gnome-2-20/daemon/verify-crypt.c
   branches/gnome-2-20/daemon/verify-shadow.c

Modified: branches/gnome-2-20/daemon/verify-crypt.c
==============================================================================
--- branches/gnome-2-20/daemon/verify-crypt.c	(original)
+++ branches/gnome-2-20/daemon/verify-crypt.c	Wed Jan  9 16:18:48 2008
@@ -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;
 

Modified: branches/gnome-2-20/daemon/verify-shadow.c
==============================================================================
--- branches/gnome-2-20/daemon/verify-shadow.c	(original)
+++ branches/gnome-2-20/daemon/verify-shadow.c	Wed Jan  9 16:18:48 2008
@@ -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;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]