summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-11-16 07:14:54 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-11-16 07:14:54 +0000
commit073d0b51b3071bf84d60750d0678ea40e1029c8c (patch)
treea16b641fb6e27a05f49766318239bb99641d88ff
parent58628b9edb5d1f6f22f0e5c47ebd40ec640b674e (diff)
downloadgdm-GDM_2_2_MERGE_1.tar.gz
remove RCSid's from everything, it makes merging not funGDM_2_2_MERGE_1
Thu Nov 15 23:19:10 2001 George Lebl <jirka@5z.com> * daemon/*.c, gui/*.c: remove RCSid's from everything, it makes merging not fun
-rw-r--r--ChangeLog5
-rw-r--r--daemon/auth.c3
-rw-r--r--daemon/choose.c2
-rw-r--r--daemon/display.c2
-rw-r--r--daemon/filecheck.c2
-rw-r--r--daemon/gdm-net.c2
-rw-r--r--daemon/gdm.c3
-rw-r--r--daemon/misc.c3
-rw-r--r--daemon/server.c2
-rw-r--r--daemon/slave.c2
-rw-r--r--daemon/verify-crypt.c3
-rw-r--r--daemon/verify-pam.c3
-rw-r--r--daemon/verify-shadow.c3
-rw-r--r--daemon/xdmcp.c1
-rw-r--r--gui/gdmchooser.c2
-rw-r--r--gui/gdmlogin.c2
-rw-r--r--gui/gdmwm.c2
-rw-r--r--gui/misc.c2
18 files changed, 5 insertions, 39 deletions
diff --git a/ChangeLog b/ChangeLog
index f1bbf5db..af87e3ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Nov 15 23:19:10 2001 George Lebl <jirka@5z.com>
+
+ * daemon/*.c, gui/*.c: remove RCSid's from everything, it makes
+ merging not fun
+
Thu Nov 15 21:18:48 2001 George Lebl <jirka@5z.com>
* daemon/gdm.[ch], daemon/slave.[ch], daemon/server.c, gui/gdmlogin.c:
diff --git a/daemon/auth.c b/daemon/auth.c
index ed673ca2..14253e3e 100644
--- a/daemon/auth.c
+++ b/daemon/auth.c
@@ -34,9 +34,6 @@
#include "filecheck.h"
#include "auth.h"
-static const gchar RCSid[]="$Id$";
-
-
/* Local prototypes */
static void gdm_auth_purge (GdmDisplay *d, FILE *af);
diff --git a/daemon/choose.c b/daemon/choose.c
index 8fc35b29..24ef608e 100644
--- a/daemon/choose.c
+++ b/daemon/choose.c
@@ -43,8 +43,6 @@
#include "choose.h"
#include "xdmcp.h"
-static const gchar RCSid[]="$Id$";
-
static gint ipending = 0;
static GSList *indirect = NULL;
diff --git a/daemon/display.c b/daemon/display.c
index 33ec8e47..451542d1 100644
--- a/daemon/display.c
+++ b/daemon/display.c
@@ -35,8 +35,6 @@
#include "choose.h"
#include "gdm-net.h"
-static const gchar RCSid[]="$Id$";
-
/* External vars */
extern gboolean GdmXdmcp;
extern gint sessions;
diff --git a/daemon/filecheck.c b/daemon/filecheck.c
index 369104ad..822578d5 100644
--- a/daemon/filecheck.c
+++ b/daemon/filecheck.c
@@ -24,8 +24,6 @@
#include "gdm.h"
#include "filecheck.h"
-static const gchar RCSid[]="$Id$";
-
/**
* gdm_file_check:
* @caller: String to be prepended to syslog error messages.
diff --git a/daemon/gdm-net.c b/daemon/gdm-net.c
index c5704288..d47f7d0b 100644
--- a/daemon/gdm-net.c
+++ b/daemon/gdm-net.c
@@ -37,8 +37,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
diff --git a/daemon/gdm.c b/daemon/gdm.c
index fb0b7ad9..63fcdc3f 100644
--- a/daemon/gdm.c
+++ b/daemon/gdm.c
@@ -49,9 +49,6 @@
#include "errorgui.h"
#include "gdm-net.h"
-static const gchar RCSid[]="$Id$";
-
-
/* Local functions */
static void gdm_config_parse (void);
static void gdm_handle_message (GdmConnection *conn,
diff --git a/daemon/misc.c b/daemon/misc.c
index 996c2750..8b6618b5 100644
--- a/daemon/misc.c
+++ b/daemon/misc.c
@@ -35,9 +35,6 @@
#include "gdm.h"
#include "misc.h"
-static const gchar RCSid[]="$Id$";
-
-
/* Configuration option variables */
extern gchar *GdmPidFile;
extern gboolean GdmDebug;
diff --git a/daemon/server.c b/daemon/server.c
index e305c2ec..7bbddd64 100644
--- a/daemon/server.c
+++ b/daemon/server.c
@@ -44,8 +44,6 @@
#include "auth.h"
#include "slave.h"
-static const gchar RCSid[]="$Id$";
-
#define SERVER_WAIT_ALARM 10
diff --git a/daemon/slave.c b/daemon/slave.c
index 8039d122..47844fe9 100644
--- a/daemon/slave.c
+++ b/daemon/slave.c
@@ -58,8 +58,6 @@
#include "errorgui.h"
-static const gchar RCSid[]="$Id$";
-
/* Some per slave globals */
static GdmDisplay *d;
static gchar *login = NULL;
diff --git a/daemon/verify-crypt.c b/daemon/verify-crypt.c
index 430c8ff3..83d5cccc 100644
--- a/daemon/verify-crypt.c
+++ b/daemon/verify-crypt.c
@@ -32,9 +32,6 @@
#include "slave.h"
#include "verify.h"
-static const gchar RCSid[]="$Id$";
-
-
/* Configuration option variables */
extern gboolean GdmAllowRoot;
extern gboolean GdmAllowRemoteRoot;
diff --git a/daemon/verify-pam.c b/daemon/verify-pam.c
index d59e5c07..1e12733c 100644
--- a/daemon/verify-pam.c
+++ b/daemon/verify-pam.c
@@ -31,9 +31,6 @@
#include "verify.h"
#include "errorgui.h"
-static const gchar RCSid[]="$Id$";
-
-
/* Configuration option variables */
extern gboolean GdmAllowRoot;
extern gboolean GdmAllowRemoteRoot;
diff --git a/daemon/verify-shadow.c b/daemon/verify-shadow.c
index f0f6e10f..f5d229ec 100644
--- a/daemon/verify-shadow.c
+++ b/daemon/verify-shadow.c
@@ -33,9 +33,6 @@
#include "slave.h"
#include "verify.h"
-static const gchar RCSid[]="$Id$";
-
-
/* Configuration option variables */
extern gboolean GdmAllowRoot;
extern gboolean GdmAllowRemoteRoot;
diff --git a/daemon/xdmcp.c b/daemon/xdmcp.c
index d6ee2427..4231f6fe 100644
--- a/daemon/xdmcp.c
+++ b/daemon/xdmcp.c
@@ -96,7 +96,6 @@
#include "choose.h"
#include "xdmcp.h"
-static const gchar RCSid[]="$Id$";
gint pending = 0;
#ifdef HAVE_LIBXDMCP
diff --git a/gui/gdmchooser.c b/gui/gdmchooser.c
index 82e70673..15cfaf14 100644
--- a/gui/gdmchooser.c
+++ b/gui/gdmchooser.c
@@ -51,8 +51,6 @@
#include "misc.h"
#include "gdmwm.h"
-static const gchar RCSid[]="$Id$";
-
/* set the DOING_GDM_DEVELOPMENT env variable if you want to
* search for the glade file in the current dir and not the system
* install dir, better then something you have to change
diff --git a/gui/gdmlogin.c b/gui/gdmlogin.c
index 41a3d72f..95dee7a1 100644
--- a/gui/gdmlogin.c
+++ b/gui/gdmlogin.c
@@ -51,8 +51,6 @@
* within the protocol */
static gboolean DOING_GDM_DEVELOPMENT = FALSE;
-static const gchar RCSid[]="$Id$";
-
/* Some strings that are in other files that we may want to
* translate. This is not actually used anywhere, it's just
* to have gettext know about these strings. */
diff --git a/gui/gdmwm.c b/gui/gdmwm.c
index c5a3b072..e773eca4 100644
--- a/gui/gdmwm.c
+++ b/gui/gdmwm.c
@@ -32,8 +32,6 @@
#include "gdmwm.h"
#include "gdm.h"
-static const gchar RCSid[]="$Id$";
-
typedef struct _GdmWindow GdmWindow;
struct _GdmWindow {
int x, y;
diff --git a/gui/misc.c b/gui/misc.c
index eb662237..80de9eee 100644
--- a/gui/misc.c
+++ b/gui/misc.c
@@ -22,8 +22,6 @@
#include "misc.h"
-static const gchar RCSid[]="$Id$";
-
/* For now empty */
/* EOF */