summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2007-08-21 00:02:36 +0000
committerBrian Cameron <bcameron@src.gnome.org>2007-08-21 00:02:36 +0000
commitcf1619ee14caf200d1e1db49fda2fc89d3b2090c (patch)
treee58032c181fb688ec279742fdbbc8565a6817b4c
parentc8c5568eb90e02f43910eda9b8a8ad3af3ccd36f (diff)
downloadgdm-cf1619ee14caf200d1e1db49fda2fc89d3b2090c.tar.gz
Fix "#ifdef sun" to "#ifdef __sun".
2007-08-21 Brian Cameron <brian.cameron@sun.com> * daemon/gdm.h: Fix "#ifdef sun" to "#ifdef __sun". svn path=/trunk/; revision=5172
-rw-r--r--ChangeLog4
-rw-r--r--daemon/gdm.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b4194552..fe5428f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-08-21 Brian Cameron <brian.cameron@sun.com>
+
+ * daemon/gdm.h: Fix "#ifdef sun" to "#ifdef __sun".
+
2007-08-16 Brian Cameron <brian.cameron@sun.com>
* daemon/slave.c: Fix some warnings and avoid using #ifdef's
diff --git a/daemon/gdm.h b/daemon/gdm.h
index e13e4185..8b8ae2d0 100644
--- a/daemon/gdm.h
+++ b/daemon/gdm.h
@@ -82,7 +82,7 @@ enum {
#define GDM_CUSTOM_COMMAND_MAX 10 /* maximum number of supported custom commands */
-#ifdef sun
+#ifdef __sun
#define SDTLOGIN_DIR "/var/dt/sdtlogin"
#endif