drop rcsid
This commit is contained in:
@@ -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
|
||||||
|
@@ -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)
|
||||||
{
|
{
|
||||||
|
@@ -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;
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
@@ -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, ...)
|
||||||
{
|
{
|
||||||
|
@@ -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",
|
||||||
|
@@ -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 {
|
||||||
|
@@ -43,8 +43,6 @@
|
|||||||
|
|
||||||
#include "test-mem.h"
|
#include "test-mem.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
|
||||||
|
|
||||||
/* #undef HAVE_MMAP */
|
/* #undef HAVE_MMAP */
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
|
Reference in New Issue
Block a user