Skip to content
GitLab
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
da35f06e
Commit
da35f06e
authored
Apr 17, 1999
by
Per Cederqvist
Browse files
(param): Moved to server-config.c.
parent
12e0e5fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/server/dbck.c
View file @
da35f06e
/*
* $Id: dbck.c,v 0.4
5
1999/04/17
00:09:25
ceder Exp $
* $Id: dbck.c,v 0.4
6
1999/04/17
21:53:30
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -35,7 +35,7 @@
static
const
char
*
rcsid
=
"$Id: dbck.c,v 0.4
5
1999/04/17
00:09:25
ceder Exp $"
;
rcsid
=
"$Id: dbck.c,v 0.4
6
1999/04/17
21:53:30
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -114,7 +114,6 @@ static struct option longopts[] = {
extern
Info
kom_info
;
struct
kom_par
param
;
/* This is set to TRUE if init_cache finds out that the last part of the
database is missing. */
...
...
src/server/ramkomd.c
View file @
da35f06e
/*
* $Id: ramkomd.c,v 0.7
8
1999/04/17
15:34:07
ceder Exp $
* $Id: ramkomd.c,v 0.7
9
1999/04/17
21:53:51
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -44,7 +44,7 @@
#endif
static
const
char
*
rcsid
=
"$Id: ramkomd.c,v 0.7
8
1999/04/17
15:34:07
ceder Exp $"
;
rcsid
=
"$Id: ramkomd.c,v 0.7
9
1999/04/17
21:53:51
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -112,8 +112,6 @@ USE(rcsid);
# define RLIMIT_NOFILE RLIMIT_OFILE
#endif
struct
kom_par
param
;
Kom_err
kom_errno
=
KOM_NO_ERROR
;
unsigned
long
err_stat
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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