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
f9bb7fc1
Commit
f9bb7fc1
authored
Jun 27, 1999
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(main): Use an int to store the return value from getopt_long.
parent
beeec2e8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/server/dbck.c
src/server/dbck.c
+3
-3
No files found.
src/server/dbck.c
View file @
f9bb7fc1
/*
/*
* $Id: dbck.c,v 0.5
6
1999/06/2
4
1
2
:5
7:23
ceder Exp $
* $Id: dbck.c,v 0.5
7
1999/06/2
7
1
5
:5
5:39
ceder Exp $
* Copyright (C) 1991-1999 Lysator Academic Computer Association.
* Copyright (C) 1991-1999 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
static
const
char
*
static
const
char
*
rcsid
=
"$Id: dbck.c,v 0.5
6
1999/06/2
4
1
2
:5
7:23
ceder Exp $"
;
rcsid
=
"$Id: dbck.c,v 0.5
7
1999/06/2
7
1
5
:5
5:39
ceder Exp $"
;
#include "rcs.h"
#include "rcs.h"
USE
(
rcsid
);
USE
(
rcsid
);
...
@@ -1512,7 +1512,7 @@ main (int argc,
...
@@ -1512,7 +1512,7 @@ main (int argc,
int
errors
;
int
errors
;
char
*
default_config_file
;
char
*
default_config_file
;
char
*
config_file
;
char
*
config_file
;
char
optc
;
int
optc
;
int
need_rw
=
0
;
int
need_rw
=
0
;
int
have_lock
=
0
;
int
have_lock
=
0
;
...
...
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