- Removed rcs tags
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Mon, 22 Dec 2014 19:16:10 +0000 (19:16 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Mon, 22 Dec 2014 19:16:10 +0000 (19:16 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5081 82007160-df01-0410-b94d-b575c5fd34c7

16 files changed:
src/defs.h
src/dnsbl.c
src/firedns.c
src/irc.c
src/libopm/src/compat.c
src/libopm/src/config.c
src/libopm/src/inet.c
src/libopm/src/libopm.c
src/libopm/src/list.c
src/libopm/src/malloc.c
src/libopm/src/opm.h
src/libopm/src/proxy.c
src/libopm/src/test.c
src/list.c
src/main.c
src/negcache.c

index b49e47235ba3c5d15e98f48dfc935ab1788acd0a..8d6e721e30bf99b3addd246074d5f7d48748e079 100644 (file)
@@ -5,7 +5,5 @@
 
 /* Stuff to shut up warnings about rcsid being unused. */
 #define USE_VAR(var)    static char sizeof##var = sizeof(sizeof##var) + sizeof(var)
-/* RCS tag. */
-#define RCSID(x)        static char rcsid[] = x; USE_VAR(rcsid);
 
 #endif /* OPM_H */
index a8b1b69b9c2df9d0f3544dd86edddc8e2234447e..6bdd532796520a497b1f98535eaef0cafd989494 100644 (file)
@@ -1,5 +1,3 @@
-/* vim: set shiftwidth=3 softtabstop=3 expandtab: */
-
 /*
 Copyright (C) 2002-2003  Erik Fears
  
@@ -50,7 +48,6 @@ along with this program; if not, write to the Free Software
 #include "irc.h"
 #include "stats.h"
 
-RCSID("$Id: dnsbl.c,v 1.30 2004/01/15 23:12:40 dg Exp $");
 
 /*
  * Work out the DNSBL zones and send the dns query
index d5b817e123b6963c3a7c3ed582a9a4de7802bdac..02874961719017f633ccbb3860da73307a6af13b 100644 (file)
@@ -1,5 +1,3 @@
-/* vim: set shiftwidth=3 softtabstop=3 expandtab: */
-
 /*
 firedns.c - firedns library
 Copyright (C) 2002 Ian Gulliver
@@ -46,8 +44,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #include "log.h"
 #include "dnsbl.h"
 
-RCSID("$Id: firedns.c,v 1.22 2005/06/03 12:58:12 dg Exp $");
-
 #define FIREDNS_TRIES 3
 #define min(a,b) (a < b ? a : b)
 
index cc32cd4010da1d028e550f13ca06c42342d68185..5d013464320c345756f1b1bc6b8d60b147ed5da3 100644 (file)
--- a/src/irc.c
+++ b/src/irc.c
@@ -72,7 +72,6 @@
 #include "malloc.h"
 #include "main.h"
 
-RCSID("$Id: irc.c,v 1.27 2003/11/29 19:56:19 strtok Exp $");
 
 static void irc_init(void);
 static void irc_connect(void);
index b489c369678a3fdd1f40e7b7221bc101d7a1e812..a63a624c3f01d4f25113765f2657de328dbfb4d3 100644 (file)
@@ -36,7 +36,6 @@
 #include "compat.h"
 #include "opm.h"
 
-RCSID("$Id: compat.c,v 1.3 2003/01/11 06:18:41 andy Exp $");
 
 #ifndef HAVE_INET_ATON
 /*
index ed2d2ce47559be7bd5602dcd179d89c55a7bdf2d..9c4cde5d10dcd77da0963446f4d0308315f6ae51 100644 (file)
@@ -35,7 +35,6 @@
 # include <string.h>
 #endif
 
-RCSID("$Id: config.c,v 1.28 2005/07/31 09:31:10 phil Exp $");
 
 static OPM_CONFIG_HASH_T HASH[] = {
    {OPM_CONFIG_FD_LIMIT,       OPM_TYPE_INT},
index 1fffad6df1f345826f050b1649b4079af9935e57..67611a1eac901ccb78a117eecb42ed9506261adc 100644 (file)
@@ -66,7 +66,6 @@ along with this program; if not, write to
 #define HOSTIPLEN 15
 #endif
 
-RCSID("$Id: inet.c,v 1.7 2003/06/20 04:18:44 andy Exp $");
 
 extern const unsigned char ToLowerTab[];
 #define ToLower(c) (ToLowerTab[(unsigned char)(c)])
index c0211eb2c1d991f0bd7533213fd3996caf865f97..06109a84f4ebfe11edcfcc692a17a25d1135461a 100644 (file)
@@ -51,7 +51,6 @@
 # include <string.h>
 #endif
 
-RCSID("$Id: libopm.c,v 1.80 2003/06/22 13:19:40 andy Exp $");
 
 static OPM_PROTOCOL_CONFIG_T *libopm_protocol_config_create(void);
 static void libopm_protocol_config_free(OPM_PROTOCOL_CONFIG_T *);
index bba241ae2d6f3643f6240b17942e98a7989481af..462a41e89d073a9c0b3c99897f3a87df9e968659 100644 (file)
@@ -28,7 +28,6 @@
 #include "malloc.h"
 #include "opm.h"
 
-RCSID("$Id: list.c,v 1.11 2003/06/27 18:51:02 strtok Exp $");
 
 OPM_NODE_T *libopm_node_create(void *data)
 {
index 25763d77ba47081176f0ceb0d9c4c38eea9fac26..eb8ea1363aaf5ab80a7e2422a5f7988dc80672f8 100644 (file)
@@ -27,8 +27,6 @@
 #include "malloc.h"
 #include "opm.h"
 
-RCSID("$Id: malloc.c,v 1.10 2002/11/07 20:19:06 strtok Exp $");
-
 
 /* MyMalloc
  *  
index f333175864df982b957810f2053ff2a7a5399d13..06d15c3e80f6dd3bac92943d2fd35fc32766deb4 100644 (file)
@@ -13,8 +13,6 @@
 
 /* Stuff to shut up warnings about rcsid being unused. */
 #define USE_VAR(var)    static char sizeof##var = sizeof(sizeof##var) + sizeof(var)
-/* RCS tag. */
-#define RCSID(x)        static char rcsid[] = x; USE_VAR(rcsid);
 
 
 typedef struct  _OPM_CONFIG           OPM_CONFIG_T;
index 22d76ee3b8ecfd59776f2586172554ea832aa65a..a7745da023d1eaf954828d1c9b52adb263358aba 100644 (file)
@@ -40,7 +40,6 @@
 #include "opm_error.h"
 #include "libopm.h"
 
-RCSID("$Id: proxy.c,v 1.18 2004/01/15 17:30:13 dg Exp $");
 
 static char SENDBUF[SENDBUFLEN + 1];
 
index e5960d4620df73f53d061500026a3f9a8a1f3c8b..4ef0145b1e06fea940224f870b950eabee0475e2 100644 (file)
@@ -32,7 +32,6 @@
 # include <unistd.h>
 #endif
 
-RCSID("$Id: test.c,v 1.36 2003/06/20 04:55:14 andy Exp $");
 
 #define ARRAY_SIZEOF(x) (sizeof(x) / sizeof((x)[0]))
 
index ec082b1cdde42414bb015f5b50e96a5d0fc27d08..d33993b9b9aec59b0e916e3d30eb44c901a741dd 100644 (file)
@@ -25,7 +25,6 @@
 #include "list.h"
 #include "defs.h"
 
-RCSID("$Id: list.c,v 1.6 2003/06/22 13:19:39 andy Exp $");
 
 node_t *node_create(void *data)
 {
index 8d66e471a1fd02b3fdd2eccc554e4173f20d24dc..bdabfe8d1758d038a7bd41c77b39b5abe8368791 100644 (file)
@@ -1,5 +1,3 @@
-/* vim: set shiftwidth=3 softtabstop=3 expandtab: */ 
-
 /*
 Copyright (C) 2002-2003  Erik Fears
  
@@ -55,7 +53,6 @@ along with this program; if not, write to the Free Software
 #include "firedns.h"
 #include "main.h"
 
-RCSID("$Id: main.c,v 1.18 2003/06/22 13:19:39 andy Exp $");
 
 static RETSIGTYPE do_signal(int signum);
 
index d1644362b9f3afbc5ac932418ee351509d9965e3..cd1e935e4c8d0a5258b974816c6e882fdc8ef386 100644 (file)
@@ -65,7 +65,6 @@ along with this program; if not, write to:
 #include "log.h"
 #include "defs.h"
 
-RCSID("$Id: negcache.c,v 1.5 2003/06/22 13:19:39 andy Exp $");
 
 extern unsigned int OPT_DEBUG;