summaryrefslogtreecommitdiff
path: root/daemon/gdm-net.c
diff options
context:
space:
mode:
authorGregory Leblanc <gleblanc@linuxweasel.com>2001-11-16 07:22:18 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-11-16 07:22:18 +0000
commit4fa37b58d1911cd23f87b954456197cd3b3f0e87 (patch)
tree3b5aa68bdb45fe1836f5fb3cfd223d9ccf8aa2bf /daemon/gdm-net.c
parent38d40ad718e7f934349e275b4b234faa22701efc (diff)
downloadgdm-4fa37b58d1911cd23f87b954456197cd3b3f0e87.tar.gz
some build fixes
Thu Nov 15 23:25:41 2001 George Lebl <jirka@5z.com> * configure.in: some build fixes * **/*.c: remove RCSid's as they are un-fun for merging * Merge from gdm-2-2: Thu Nov 15 21:18:48 2001 George Lebl <jirka@5z.com> * daemon/gdm.[ch], daemon/slave.[ch], daemon/server.c, gui/gdmlogin.c: clean up a bit of the constants mess (though it's still an utter mess). Implement a new SUP opcode so that the daemon knows when the server was started so that it can start local servers in order, so that things like complete machine lockups don't occur (I got one just testing this). Also add a 3 second 'padding' between server starts to really be sure. * config/gdm.conf.in: add some comments, mostly for distributions 2001-11-06 Gregory Leblanc <gleblanc@linuxweasel.com> * gdm.spec.in: more minor updates, just to piss George off. :-) There's a ChangeLog in the file, if you care that much.
Diffstat (limited to 'daemon/gdm-net.c')
-rw-r--r--daemon/gdm-net.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/daemon/gdm-net.c b/daemon/gdm-net.c
index 798c4f22..1a0ac19b 100644
--- a/daemon/gdm-net.c
+++ b/daemon/gdm-net.c
@@ -38,8 +38,6 @@
#include "misc.h"
#include "gdm-net.h"
-static const gchar RCSid[]="$Id$";
-
/* Kind of a weird setup, new connections whack old connections */
#define MAX_CONNECTIONS 10