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
bd513891
Commit
bd513891
authored
Jun 18, 1994
by
Per Cederqvist
Browse files
Test NDEBUG instead of DEBUG.
(go_daemon): Now static.
parent
875d00a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/ramkomd.c
View file @
bd513891
/*
* $Id: ramkomd.c,v 0.
49
1994/0
4/05 20:29:09
ceder Exp $
* $Id: ramkomd.c,v 0.
50
1994/0
6/18 20:37:27
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -31,7 +31,7 @@
* It has grown! /ceder
*/
static
char
*
rcsid
=
"$Id: ramkomd.c,v 0.
49
1994/0
4/05 20:29:09
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: ramkomd.c,v 0.
50
1994/0
6/18 20:37:27
ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -90,7 +90,7 @@ Kom_err kom_errno = KOM_NO_ERROR;
unsigned
long
err_stat
=
0
;
#ifdef DEBUG
#if
n
def
N
DEBUG
int
buglevel
=
0
;
#endif
...
...
@@ -239,7 +239,7 @@ save_pid(void)
fclose
(
fp
);
}
void
static
void
go_daemon
(
const
char
*
prefix
,
const
char
*
logf
)
{
pid_t
child
;
...
...
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