Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
c4319ec3
Commit
c4319ec3
authored
Nov 11, 2001
by
Per Cederqvist
Browse files
Don't include rcs.h. Remove rcsid variable. (Bug 140).
parent
1a0a8335
Changes
9
Hide whitespace changes
Inline
Side-by-side
src/libraries/libansi/memchr.c
View file @
c4319ec3
/*
* $Id: memchr.c,v 1.
8
2001/11/11 17:
28:42
ceder Exp $
* $Id: memchr.c,v 1.
9
2001/11/11 17:
37:04
ceder Exp $
* Copyright (C) 1991, 1993-1995, 1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -23,10 +23,6 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
static
char
*
rcsid
=
"$Id: memchr.c,v 1.8 2001/11/11 17:28:42 ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
...
...
src/libraries/libansi/memcmp.c
View file @
c4319ec3
/*
* $Id: memcmp.c,v 1.
3
2001/11/11 17:
28:42
ceder Exp $
* $Id: memcmp.c,v 1.
4
2001/11/11 17:
37:04
ceder Exp $
* Copyright (C) 1996 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -23,10 +23,6 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
static
char
*
rcsid
=
"$Id: memcmp.c,v 1.3 2001/11/11 17:28:42 ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
...
...
src/libraries/libansi/memcpy.c
View file @
c4319ec3
/*
* $Id: memcpy.c,v 1.
9
2001/11/11 17:
28:42
ceder Exp $
* $Id: memcpy.c,v 1.
10
2001/11/11 17:
37:04
ceder Exp $
* Copyright (C) 1991, 1993-1995, 1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -23,10 +23,6 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
static
char
*
rcsid
=
"$Id: memcpy.c,v 1.9 2001/11/11 17:28:42 ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
...
...
src/libraries/libansi/memset.c
View file @
c4319ec3
/*
* $Id: memset.c,v 1.
8
2001/11/11 17:
28:42
ceder Exp $
* $Id: memset.c,v 1.
9
2001/11/11 17:
37:04
ceder Exp $
* Copyright (C) 1991, 1993-1995, 1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -23,10 +23,6 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
static
char
*
rcsid
=
"$Id: memset.c,v 1.8 2001/11/11 17:28:42 ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
...
...
src/libraries/libansi/remove.c
View file @
c4319ec3
/*
* $Id: remove.c,v 1.
7
2001/11/11 17:
28:42
ceder Exp $
* $Id: remove.c,v 1.
8
2001/11/11 17:
37:04
ceder Exp $
* Copyright (C) 1991, 1993-1995, 1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -23,10 +23,6 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
static
char
*
rcsid
=
"$Id: remove.c,v 1.7 2001/11/11 17:28:42 ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
...
...
src/libraries/libansi/strerror.c
View file @
c4319ec3
/*
* $Id: strerror.c,v 0.
19
2001/11/11 17:
28:41
ceder Exp $
* $Id: strerror.c,v 0.
20
2001/11/11 17:
37:04
ceder Exp $
* Copyright (C) 1991-1995, 1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -26,10 +26,6 @@
** strerror.c
*/
static
char
*
rcsid
=
"$Id: strerror.c,v 0.19 2001/11/11 17:28:41 ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
...
...
src/libraries/libmisc/numlist.c
View file @
c4319ec3
/*
* $Id: numlist.c,v 0.1
2
2001/11/11 17:
28:41
ceder Exp $
* $Id: numlist.c,v 0.1
3
2001/11/11 17:
37:04
ceder Exp $
* Copyright (C) 1991, 1993-1995, 1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -31,8 +31,6 @@
* Author: Inge Wallin
*/
static
char
*
rcsid
=
"$Id: numlist.c,v 0.12 2001/11/11 17:28:41 ceder Exp $"
;
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
...
...
src/libraries/libmisc/numlist2.c
View file @
c4319ec3
/*
* $Id: numlist2.c,v 0.1
1
2001/11/11 17:
28:40
ceder Exp $
* $Id: numlist2.c,v 0.1
2
2001/11/11 17:
37:04
ceder Exp $
* Copyright (C) 1991, 1993-1995, 1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -30,8 +30,6 @@
* Author: Inge Wallin
*/
static
char
*
rcsid
=
"$Id: numlist2.c,v 0.11 2001/11/11 17:28:40 ceder Exp $"
;
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
...
...
src/libraries/libmisc/testnumlist.c
View file @
c4319ec3
/*
* $Id: testnumlist.c,v 0.1
0
2001/11/11 17:
28:40
ceder Exp $
* $Id: testnumlist.c,v 0.1
1
2001/11/11 17:
37:03
ceder Exp $
* Copyright (C) 1991, 1993-1995, 1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -22,7 +22,7 @@
*
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
static
char
*
rcsid
=
"$Id: testnumlist.c,v 0.10 2001/11/11 17:28:40 ceder Exp $"
;
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment