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
fdc5a5bc
Commit
fdc5a5bc
authored
Apr 04, 1992
by
Per Cederqvist
Browse files
Include "getopt.h", not <getopt.h>.
parent
291bdf31
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/ramkomd.c
View file @
fdc5a5bc
/*
* $Id: ramkomd.c,v 0.2
6
1992/0
2/26 18:45:01
ceder Exp $
* $Id: ramkomd.c,v 0.2
7
1992/0
4/04 17:32:15
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -31,11 +31,11 @@
* It has grown! /ceder
*/
static
char
*
rcsid
=
"$Id: ramkomd.c,v 0.2
6
1992/0
2/26 18:45:01
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: ramkomd.c,v 0.2
7
1992/0
4/04 17:32:15
ceder Exp $"
;
#include
<m-config.h>
#include
<
getopt.h
>
#include
"
getopt.h
"
#include
<stdlib.h>
#include
<signal.h>
#include
<stdio.h>
...
...
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