drop rcsid

This commit is contained in:
Love Hornquist Astrand
2009-09-07 21:24:36 -07:00
parent d6a785f025
commit c5264d42f4
8 changed files with 0 additions and 17 deletions

View File

@@ -42,8 +42,6 @@
#endif #endif
#include <errno.h> #include <errno.h>
RCSID("$Id$");
#ifndef HAVE_MKSTEMP #ifndef HAVE_MKSTEMP
int ROKEN_LIB_FUNCTION int ROKEN_LIB_FUNCTION

View File

@@ -37,9 +37,6 @@
#include <stdlib.h> #include <stdlib.h>
#include "roken.h" #include "roken.h"
RCSID("$Id");
void * ROKEN_LIB_FUNCTION void * ROKEN_LIB_FUNCTION
rk_realloc(void *ptr, size_t size) rk_realloc(void *ptr, size_t size)
{ {

View File

@@ -44,8 +44,6 @@
#endif #endif
#include "resolve.h" #include "resolve.h"
RCSID("$Id$");
static int version_flag = 0; static int version_flag = 0;
static int help_flag = 0; static int help_flag = 0;

View File

@@ -48,8 +48,6 @@
#include <assert.h> #include <assert.h>
RCSID("$Id$");
#ifdef _AIX /* AIX have broken res_nsearch() in 5.1 (5.0 also ?) */ #ifdef _AIX /* AIX have broken res_nsearch() in 5.1 (5.0 also ?) */
#undef HAVE_RES_NSEARCH #undef HAVE_RES_NSEARCH
#endif #endif

View File

@@ -34,8 +34,6 @@
#include "roken.h" #include "roken.h"
#include <limits.h> #include <limits.h>
RCSID("$Id$");
static int static int
try (const char *format, ...) try (const char *format, ...)
{ {

View File

@@ -36,8 +36,6 @@
#endif #endif
#include "roken.h" #include "roken.h"
RCSID("$Id$");
static const char *abb_weekdays[] = { static const char *abb_weekdays[] = {
"Sun", "Sun",
"Mon", "Mon",

View File

@@ -36,8 +36,6 @@
#endif #endif
#include "roken.h" #include "roken.h"
RCSID("$Id$");
enum { MAXSIZE = 26 }; enum { MAXSIZE = 26 };
static struct testcase { static struct testcase {

View File

@@ -43,8 +43,6 @@
#include "test-mem.h" #include "test-mem.h"
RCSID("$Id$");
/* #undef HAVE_MMAP */ /* #undef HAVE_MMAP */
struct { struct {