drop rcsid
This commit is contained in:
@@ -42,8 +42,6 @@
|
||||
#endif
|
||||
#include <errno.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
#ifndef HAVE_MKSTEMP
|
||||
|
||||
int ROKEN_LIB_FUNCTION
|
||||
|
@@ -37,9 +37,6 @@
|
||||
#include <stdlib.h>
|
||||
#include "roken.h"
|
||||
|
||||
RCSID("$Id");
|
||||
|
||||
|
||||
void * ROKEN_LIB_FUNCTION
|
||||
rk_realloc(void *ptr, size_t size)
|
||||
{
|
||||
|
@@ -44,8 +44,6 @@
|
||||
#endif
|
||||
#include "resolve.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
static int version_flag = 0;
|
||||
static int help_flag = 0;
|
||||
|
||||
|
@@ -48,8 +48,6 @@
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
#ifdef _AIX /* AIX have broken res_nsearch() in 5.1 (5.0 also ?) */
|
||||
#undef HAVE_RES_NSEARCH
|
||||
#endif
|
||||
|
@@ -34,8 +34,6 @@
|
||||
#include "roken.h"
|
||||
#include <limits.h>
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
static int
|
||||
try (const char *format, ...)
|
||||
{
|
||||
|
@@ -36,8 +36,6 @@
|
||||
#endif
|
||||
#include "roken.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
static const char *abb_weekdays[] = {
|
||||
"Sun",
|
||||
"Mon",
|
||||
|
@@ -36,8 +36,6 @@
|
||||
#endif
|
||||
#include "roken.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
enum { MAXSIZE = 26 };
|
||||
|
||||
static struct testcase {
|
||||
|
@@ -43,8 +43,6 @@
|
||||
|
||||
#include "test-mem.h"
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
/* #undef HAVE_MMAP */
|
||||
|
||||
struct {
|
||||
|
Reference in New Issue
Block a user