Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
0fce2464
Commit
0fce2464
authored
Jul 08, 1998
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(rcsid): Added a missing const.
parent
1cc7914e
Changes
22
Show whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
66 additions
and
44 deletions
+66
-44
src/libraries/libansi/empty.c
src/libraries/libansi/empty.c
+3
-2
src/libraries/libcommon/kom-errno.c
src/libraries/libcommon/kom-errno.c
+3
-2
src/libraries/libcommon/misc-parser.c
src/libraries/libcommon/misc-parser.c
+3
-2
src/libraries/libcommon/parser.c
src/libraries/libcommon/parser.c
+3
-2
src/libraries/libmisc/s-collat-tabs.c
src/libraries/libmisc/s-collat-tabs.c
+3
-2
src/libraries/libmisc/zmalloc.c
src/libraries/libmisc/zmalloc.c
+3
-2
src/server/cache-node.c
src/server/cache-node.c
+3
-2
src/server/disk-end-of-atomic.c
src/server/disk-end-of-atomic.c
+3
-2
src/server/internal-connections.c
src/server/internal-connections.c
+3
-2
src/server/isc-malloc.c
src/server/isc-malloc.c
+3
-2
src/server/isc-parse.c
src/server/isc-parse.c
+3
-2
src/server/memory.c
src/server/memory.c
+3
-2
src/server/mux-parse.c
src/server/mux-parse.c
+3
-2
src/server/person.c
src/server/person.c
+3
-2
src/server/prot-a-parse.c
src/server/prot-a-parse.c
+3
-2
src/server/prot-a-send-async.c
src/server/prot-a-send-async.c
+3
-2
src/server/prot-a.c
src/server/prot-a.c
+3
-2
src/server/ram-smalloc.c
src/server/ram-smalloc.c
+3
-2
src/server/regex-match.c
src/server/regex-match.c
+3
-2
src/server/send-async.c
src/server/send-async.c
+3
-2
src/server/string-malloc.c
src/server/string-malloc.c
+3
-2
src/server/text-garb.c
src/server/text-garb.c
+3
-2
No files found.
src/libraries/libansi/empty.c
View file @
0fce2464
/*
/*
* $Id: empty.c,v 1.
3
199
3/10/14 22:16:13
ceder Exp $
* $Id: empty.c,v 1.
4
199
8/07/08 13:41:27
ceder Exp $
* Copyright (C) 1993 Lysator Academic Computer Association.
* Copyright (C) 1993 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -23,7 +23,8 @@
...
@@ -23,7 +23,8 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
*/
static
char
*
rcsid
=
"$Id: empty.c,v 1.3 1993/10/14 22:16:13 ceder Exp $"
;
static
const
char
*
rcsid
=
"$Id: empty.c,v 1.4 1998/07/08 13:41:27 ceder Exp $"
;
#include "rcs.h"
#include "rcs.h"
USE
(
rcsid
);
USE
(
rcsid
);
char
neveruse
=
'B'
;
char
neveruse
=
'B'
;
src/libraries/libcommon/kom-errno.c
View file @
0fce2464
/*
/*
* $Id: kom-errno.c,v 0.1
4
199
6
/0
8/25 19:52:16
ceder Exp $
* $Id: kom-errno.c,v 0.1
5
199
8
/0
7/08 13:41:31
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995 Lysator Academic Computer Association.
* Copyright (C) 1991, 1992, 1993, 1994, 1995 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -30,7 +30,8 @@
...
@@ -30,7 +30,8 @@
*/
*/
static
char
*
rcsid
=
"$Id: kom-errno.c,v 0.14 1996/08/25 19:52:16 ceder Exp $"
;
static
const
char
*
rcsid
=
"$Id: kom-errno.c,v 0.15 1998/07/08 13:41:31 ceder Exp $"
;
#include "rcs.h"
#include "rcs.h"
USE
(
rcsid
);
USE
(
rcsid
);
...
...
src/libraries/libcommon/misc-parser.c
View file @
0fce2464
/*
/*
* $Id: misc-parser.c,v 0.1
1
199
5
/0
1
/0
1 20:17:1
2 ceder Exp $
* $Id: misc-parser.c,v 0.1
2
199
8
/0
7
/0
8 13:41:3
2 ceder Exp $
* Copyright (C) 1990, 1991, 1993, 1994, 1995 Lysator Academic Computer Association.
* Copyright (C) 1990, 1991, 1993, 1994, 1995 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -47,7 +47,8 @@
...
@@ -47,7 +47,8 @@
* even if so stated.
* even if so stated.
*/
*/
static
char
*
rcsid
=
"$Id: misc-parser.c,v 0.11 1995/01/01 20:17:12 ceder Exp $"
;
static
const
char
*
rcsid
=
"$Id: misc-parser.c,v 0.12 1998/07/08 13:41:32 ceder Exp $"
;
#include "rcs.h"
#include "rcs.h"
USE
(
rcsid
);
USE
(
rcsid
);
...
...
src/libraries/libcommon/parser.c
View file @
0fce2464
/*
/*
* $Id: parser.c,v 0.1
2
199
5
/0
1
/0
1 20:17:1
3 ceder Exp $
* $Id: parser.c,v 0.1
3
199
8
/0
7
/0
8 13:41:3
3 ceder Exp $
* Copyright (C) 1990, 1991, 1993, 1994, 1995 Lysator Academic Computer Association.
* Copyright (C) 1990, 1991, 1993, 1994, 1995 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -47,7 +47,8 @@
...
@@ -47,7 +47,8 @@
*/
*/
static
char
*
rcsid
=
"$Id: parser.c,v 0.12 1995/01/01 20:17:13 ceder Exp $"
;
static
const
char
*
rcsid
=
"$Id: parser.c,v 0.13 1998/07/08 13:41:33 ceder Exp $"
;
#include "rcs.h"
#include "rcs.h"
USE
(
rcsid
);
USE
(
rcsid
);
...
...
src/libraries/libmisc/s-collat-tabs.c
View file @
0fce2464
/*
/*
* $Id: s-collat-tabs.c,v 1.
9
199
5
/0
1
/0
1 20:17:1
6 ceder Exp $
* $Id: s-collat-tabs.c,v 1.
10
199
8
/0
7
/0
8 13:41:3
6 ceder Exp $
* Copyright (C) 1990, 1991, 1993, 1994, 1995 Lysator Academic Computer Association.
* Copyright (C) 1990, 1991, 1993, 1994, 1995 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -42,7 +42,8 @@
...
@@ -42,7 +42,8 @@
* email: Bellman@Lysator.LiU.SE
* email: Bellman@Lysator.LiU.SE
*/
*/
static
char
*
rcsid
=
"$Id: s-collat-tabs.c,v 1.9 1995/01/01 20:17:16 ceder Exp $"
;
static
const
char
*
rcsid
=
"$Id: s-collat-tabs.c,v 1.10 1998/07/08 13:41:36 ceder Exp $"
;
#include <limits.h>
#include <limits.h>
...
...
src/libraries/libmisc/zmalloc.c
View file @
0fce2464
/*
/*
* $Id: zmalloc.c,v 1.1
3
199
5
/0
1
/0
1 20:17:16
ceder Exp $
* $Id: zmalloc.c,v 1.1
4
199
8
/0
7
/0
8 13:41:37
ceder Exp $
* Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995 Lysator Academic Computer Association.
* Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -48,7 +48,8 @@
...
@@ -48,7 +48,8 @@
*/
*/
static
char
*
rcsid
=
"$Id: zmalloc.c,v 1.13 1995/01/01 20:17:16 ceder Exp $"
;
static
const
char
*
rcsid
=
"$Id: zmalloc.c,v 1.14 1998/07/08 13:41:37 ceder Exp $"
;
#include <sys/types.h>
#include <sys/types.h>
#ifdef HAVE_STDDEF_H
#ifdef HAVE_STDDEF_H
...
...
src/server/cache-node.c
View file @
0fce2464
/*
/*
* $Id: cache-node.c,v 0.1
5
199
6
/0
8
/0
3 01:30:36
ceder Exp $
* $Id: cache-node.c,v 0.1
6
199
8
/0
7
/0
8 13:41:43
ceder Exp $
* Copyright (C) 1991, 1993, 1994, 1996 Lysator Academic Computer Association.
* Copyright (C) 1991, 1993, 1994, 1996 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -28,7 +28,8 @@
...
@@ -28,7 +28,8 @@
* Used in diskomd.
* Used in diskomd.
*/
*/
static
char
*
rcsid
=
"$Id: cache-node.c,v 0.15 1996/08/03 01:30:36 ceder Exp $"
;
static
const
char
*
rcsid
=
"$Id: cache-node.c,v 0.16 1998/07/08 13:41:43 ceder Exp $"
;
#include "rcs.h"
#include "rcs.h"
USE
(
rcsid
);
USE
(
rcsid
);
...
...
src/server/disk-end-of-atomic.c
View file @
0fce2464
/*
/*
* $Id: disk-end-of-atomic.c,v 0.1
4
199
4
/0
4/05 08:01:00
ceder Exp $
* $Id: disk-end-of-atomic.c,v 0.1
5
199
8
/0
7/08 13:41:44
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994 Lysator Academic Computer Association.
* Copyright (C) 1991, 1992, 1993, 1994 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -36,7 +36,8 @@
...
@@ -36,7 +36,8 @@
* to forget old texts.
* to forget old texts.
*/
*/
static
char
*
rcsid
=
"$Id: disk-end-of-atomic.c,v 0.14 1994/04/05 08:01:00 ceder Exp $"
;
static
const
char
*
rcsid
=
"$Id: disk-end-of-atomic.c,v 0.15 1998/07/08 13:41:44 ceder Exp $"
;
#include "rcs.h"
#include "rcs.h"
USE
(
rcsid
);
USE
(
rcsid
);
...
...
src/server/internal-connections.c
View file @
0fce2464
/*
/*
* $Id: internal-connections.c,v 0.3
0
199
7/09/13 15:32:08 by
er
s
Exp $
* $Id: internal-connections.c,v 0.3
1
199
8/07/08 13:41:46 ced
er Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1996 Lysator Academic Computer Association.
* Copyright (C) 1991, 1992, 1993, 1994, 1996 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -28,7 +28,8 @@
...
@@ -28,7 +28,8 @@
* Abstract routines on the data type Connection.
* Abstract routines on the data type Connection.
*/
*/
static
char
*
rcsid
=
"$Id: internal-connections.c,v 0.30 1997/09/13 15:32:08 byers Exp $"
;
static
const
char
*
rcsid
=
"$Id: internal-connections.c,v 0.31 1998/07/08 13:41:46 ceder Exp $"
;
#include "rcs.h"
#include "rcs.h"
USE
(
rcsid
);
USE
(
rcsid
);
...
...
src/server/isc-malloc.c
View file @
0fce2464
/*
/*
* $Id: isc-malloc.c,v 1.
8
199
5
/0
1
/0
1 20:17:21
ceder Exp $
* $Id: isc-malloc.c,v 1.
9
199
8
/0
7
/0
8 13:41:47
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995 Lysator Academic Computer Association.
* Copyright (C) 1991, 1992, 1993, 1994, 1995 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -29,7 +29,8 @@
...
@@ -29,7 +29,8 @@
* how many allocated blocks there are.
* how many allocated blocks there are.
*/
*/
static
char
*
rcsid
=
"$Id: isc-malloc.c,v 1.8 1995/01/01 20:17:21 ceder Exp $"
;
static
const
char
*
rcsid
=
"$Id: isc-malloc.c,v 1.9 1998/07/08 13:41:47 ceder Exp $"
;
#include "rcs.h"
#include "rcs.h"
USE
(
rcsid
);
USE
(
rcsid
);
...
...
src/server/isc-parse.c
View file @
0fce2464
/*
/*
* $Id: isc-parse.c,v 0.1
1
199
6
/0
8
/0
3 01:31:11
ceder Exp $
* $Id: isc-parse.c,v 0.1
2
199
8
/0
7
/0
8 13:41:49
ceder Exp $
* Copyright (C) 1991, 1993, 1994, 1996 Lysator Academic Computer Association.
* Copyright (C) 1991, 1993, 1994, 1996 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -26,7 +26,8 @@
...
@@ -26,7 +26,8 @@
* Generic parse routines.
* Generic parse routines.
*/
*/
static
char
*
rcsid
=
"$Id: isc-parse.c,v 0.11 1996/08/03 01:31:11 ceder Exp $"
;
static
const
char
*
rcsid
=
"$Id: isc-parse.c,v 0.12 1998/07/08 13:41:49 ceder Exp $"
;
#include "rcs.h"
#include "rcs.h"
USE
(
rcsid
);
USE
(
rcsid
);
...
...
src/server/memory.c
View file @
0fce2464
/*
/*
* $Id: memory.c,v 0.2
2
1998/0
6/14 14:50:55 by
er
s
Exp $
* $Id: memory.c,v 0.2
3
1998/0
7/08 13:41:50 ced
er Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1996 Lysator Academic Computer Association.
* Copyright (C) 1991, 1992, 1993, 1994, 1996 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -28,7 +28,8 @@
...
@@ -28,7 +28,8 @@
* These functions should be used instead of smalloc/srealloc.
* These functions should be used instead of smalloc/srealloc.
*/
*/
static
char
*
rcsid
=
"$Id: memory.c,v 0.22 1998/06/14 14:50:55 byers Exp $"
;
static
const
char
*
rcsid
=
"$Id: memory.c,v 0.23 1998/07/08 13:41:50 ceder Exp $"
;
#include "rcs.h"
#include "rcs.h"
USE
(
rcsid
);
USE
(
rcsid
);
...
...
src/server/mux-parse.c
View file @
0fce2464
/*
/*
* $Id: mux-parse.c,v 0.
19
199
6
/0
8
/0
3 01:31:25
ceder Exp $
* $Id: mux-parse.c,v 0.
20
199
8
/0
7
/0
8 13:41:52
ceder Exp $
* Copyright (C) 1991, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
* Copyright (C) 1991, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -27,7 +27,8 @@
...
@@ -27,7 +27,8 @@
* This is a hack. Clean this mess up with lacgen.
* This is a hack. Clean this mess up with lacgen.
*/
*/
static
char
*
rcsid
=
"$Id: mux-parse.c,v 0.19 1996/08/03 01:31:25 ceder Exp $"
;
static
const
char
*
rcsid
=
"$Id: mux-parse.c,v 0.20 1998/07/08 13:41:52 ceder Exp $"
;
#include "rcs.h"
#include "rcs.h"
USE
(
rcsid
);
USE
(
rcsid
);
...
...
src/server/person.c
View file @
0fce2464
/*
/*
* $Id: person.c,v 0.3
7
1998/0
6/14 14:50:59 by
er
s
Exp $
* $Id: person.c,v 0.3
8
1998/0
7/08 13:41:53 ced
er Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -28,7 +28,8 @@
...
@@ -28,7 +28,8 @@
* All atomic calls that deals with persons.
* All atomic calls that deals with persons.
*/
*/
static
char
*
rcsid
=
"$Id: person.c,v 0.37 1998/06/14 14:50:59 byers Exp $"
;
static
const
char
*
rcsid
=
"$Id: person.c,v 0.38 1998/07/08 13:41:53 ceder Exp $"
;
#include "rcs.h"
#include "rcs.h"
USE
(
rcsid
);
USE
(
rcsid
);
...
...
src/server/prot-a-parse.c
View file @
0fce2464
/*
/*
* $Id: prot-a-parse.c,v 0.3
1
1998/0
6/14 14:51:07 by
er
s
Exp $
* $Id: prot-a-parse.c,v 0.3
2
1998/0
7/08 13:41:55 ced
er Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -28,7 +28,8 @@
...
@@ -28,7 +28,8 @@
* BUG: Not all functions are used, I think. /ceder
* BUG: Not all functions are used, I think. /ceder
*/
*/
static
char
*
rcsid
=
"$Id: prot-a-parse.c,v 0.31 1998/06/14 14:51:07 byers Exp $"
;
static
const
char
*
rcsid
=
"$Id: prot-a-parse.c,v 0.32 1998/07/08 13:41:55 ceder Exp $"
;
#include "rcs.h"
#include "rcs.h"
USE
(
rcsid
);
USE
(
rcsid
);
...
...
src/server/prot-a-send-async.c
View file @
0fce2464
/*
/*
* $Id: prot-a-send-async.c,v 0.1
6
199
7/09/13 15:32:23 by
er
s
Exp $
* $Id: prot-a-send-async.c,v 0.1
7
199
8/07/08 13:41:56 ced
er Exp $
* Copyright (C) 1991, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
* Copyright (C) 1991, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -26,7 +26,8 @@
...
@@ -26,7 +26,8 @@
* Asynchronous messages in protocol A.
* Asynchronous messages in protocol A.
*/
*/
static
char
*
rcsid
=
"$Id: prot-a-send-async.c,v 0.16 1997/09/13 15:32:23 byers Exp $"
;
static
const
char
*
rcsid
=
"$Id: prot-a-send-async.c,v 0.17 1998/07/08 13:41:56 ceder Exp $"
;
#include "rcs.h"
#include "rcs.h"
USE
(
rcsid
);
USE
(
rcsid
);
...
...
src/server/prot-a.c
View file @
0fce2464
/*
/*
* $Id: prot-a.c,v 0.4
5
1998/0
6/14 14:51:10 by
er
s
Exp $
* $Id: prot-a.c,v 0.4
6
1998/0
7/08 13:41:58 ced
er Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -26,7 +26,8 @@
...
@@ -26,7 +26,8 @@
* Protocol A.
* Protocol A.
*/
*/
static
char
*
rcsid
=
"$Id: prot-a.c,v 0.45 1998/06/14 14:51:10 byers Exp $"
;
static
const
char
*
rcsid
=
"$Id: prot-a.c,v 0.46 1998/07/08 13:41:58 ceder Exp $"
;
#include "rcs.h"
#include "rcs.h"
USE
(
rcsid
);
USE
(
rcsid
);
...
...
src/server/ram-smalloc.c
View file @
0fce2464
/*
/*
* $Id: ram-smalloc.c,v 0.2
3
199
6
/0
8
/0
4 02:22:12
ceder Exp $
* $Id: ram-smalloc.c,v 0.2
4
199
8
/0
7
/0
8 13:42:00
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -37,7 +37,8 @@
...
@@ -37,7 +37,8 @@
*/
*/
/* #define DEBUG_MALLOC */
/* #define DEBUG_MALLOC */
static
char
*
rcsid
=
"$Id: ram-smalloc.c,v 0.23 1996/08/04 02:22:12 ceder Exp $"
;
static
const
char
*
rcsid
=
"$Id: ram-smalloc.c,v 0.24 1998/07/08 13:42:00 ceder Exp $"
;
#include "rcs.h"
#include "rcs.h"
USE
(
rcsid
);
USE
(
rcsid
);
...
...
src/server/regex-match.c
View file @
0fce2464
/*
/*
* $Id: regex-match.c,v 1.1
6
199
7
/0
9/13 15:32:33 by
er
s
Exp $
* $Id: regex-match.c,v 1.1
7
199
8
/0
7/08 13:42:02 ced
er Exp $
* Copyright (C) 1992, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
* Copyright (C) 1992, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -27,7 +27,8 @@
...
@@ -27,7 +27,8 @@
* Regexp matching
* Regexp matching
*/
*/
static
char
*
rcsid
=
"$Id: regex-match.c,v 1.16 1997/09/13 15:32:33 byers Exp $"
;
static
const
char
*
rcsid
=
"$Id: regex-match.c,v 1.17 1998/07/08 13:42:02 ceder Exp $"
;
#include "rcs.h"
#include "rcs.h"
USE
(
rcsid
);
USE
(
rcsid
);
...
...
src/server/send-async.c
View file @
0fce2464
/*
/*
* $Id: send-async.c,v 0.2
1
199
7/09/13 15:32:34 by
er
s
Exp $
* $Id: send-async.c,v 0.2
2
199
8/07/08 13:42:03 ced
er Exp $
* Copyright (C) 1991, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
* Copyright (C) 1991, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -28,7 +28,8 @@
...
@@ -28,7 +28,8 @@
* Written by Per Cederqvist 1990-07-22--23
* Written by Per Cederqvist 1990-07-22--23
*/
*/
static
char
*
rcsid
=
"$Id: send-async.c,v 0.21 1997/09/13 15:32:34 byers Exp $"
;
static
const
char
*
rcsid
=
"$Id: send-async.c,v 0.22 1998/07/08 13:42:03 ceder Exp $"
;
#include "rcs.h"
#include "rcs.h"
USE
(
rcsid
);
USE
(
rcsid
);
...
...
src/server/string-malloc.c
View file @
0fce2464
/*
/*
* $Id: string-malloc.c,v 0.1
2
199
5
/0
1
/0
1 20:17:28
ceder Exp $
* $Id: string-malloc.c,v 0.1
3
199
8
/0
7
/0
8 13:42:04
ceder Exp $
* Copyright (C) 1991, 1993, 1994, 1995 Lysator Academic Computer Association.
* Copyright (C) 1991, 1993, 1994, 1995 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -29,7 +29,8 @@
...
@@ -29,7 +29,8 @@
* how many allocated strings there are.
* how many allocated strings there are.
*/
*/
static
char
*
rcsid
=
"$Id: string-malloc.c,v 0.12 1995/01/01 20:17:28 ceder Exp $"
;
static
const
char
*
rcsid
=
"$Id: string-malloc.c,v 0.13 1998/07/08 13:42:04 ceder Exp $"
;
#include "rcs.h"
#include "rcs.h"
USE
(
rcsid
);
USE
(
rcsid
);
...
...
src/server/text-garb.c
View file @
0fce2464
/*
/*
* $Id: text-garb.c,v 0.2
2
1998/0
6/14 14:51:24 by
er
s
Exp $
* $Id: text-garb.c,v 0.2
3
1998/0
7/08 13:42:05 ced
er Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995 Lysator Academic Computer Association.
* Copyright (C) 1991, 1992, 1993, 1994, 1995 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -28,7 +28,8 @@
...
@@ -28,7 +28,8 @@
* Author: Per Cederqvist.
* Author: Per Cederqvist.
*/
*/
static
char
*
rcsid
=
"$Id: text-garb.c,v 0.22 1998/06/14 14:51:24 byers Exp $"
;
static
const
char
*
rcsid
=
"$Id: text-garb.c,v 0.23 1998/07/08 13:42:05 ceder Exp $"
;
#include "rcs.h"
#include "rcs.h"
USE
(
rcsid
);
USE
(
rcsid
);
...
...
Write
Preview
Markdown
is supported
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