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
2f556bfc
Commit
2f556bfc
authored
Oct 13, 1993
by
Per Cederqvist
Browse files
Include <sys/types.h>
parent
66be5a7d
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/server/connections.c
View file @
2f556bfc
/*
* $Id: connections.c,v 0.2
6
1993/10/1
2 18:39:09
ceder Exp $
* $Id: connections.c,v 0.2
7
1993/10/1
3 00:36:58
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -30,7 +30,7 @@
* Created by Willf|r 31/3-90. Mostly written by ceder.
*/
static
char
*
rcsid
=
"$Id: connections.c,v 0.2
6
1993/10/1
2 18:39:09
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: connections.c,v 0.2
7
1993/10/1
3 00:36:58
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -40,6 +40,7 @@ USE(rcsid);
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#include
<sys/types.h>
#include
<sys/stat.h>
#ifdef TIME_WITH_SYS_TIME
#include
<sys/time.h>
...
...
src/server/regex-match.c
View file @
2f556bfc
/*
* $Id: regex-match.c,v 1.
5
1993/10/1
0 17:05:14
ceder Exp $
* $Id: regex-match.c,v 1.
6
1993/10/1
3 00:37:27
ceder Exp $
* Copyright (C) 1992 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -27,12 +27,13 @@
* Regexp matching
*/
static
char
*
rcsid
=
"$Id: regex-match.c,v 1.
5
1993/10/1
0 17:05:14
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: regex-match.c,v 1.
6
1993/10/1
3 00:37:27
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
#include
<stdio.h>
#include
<setjmp.h>
#include
<sys/types.h>
#include
"s-string.h"
#include
"misc-types.h"
...
...
src/server/session.c
View file @
2f556bfc
/*
* $Id: session.c,v 0.1
5
1993/10/1
0 17:05:22
ceder Exp $
* $Id: session.c,v 0.1
6
1993/10/1
3 00:36:13
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -28,13 +28,14 @@
* Session control and miscellaneous.
*/
static
char
*
rcsid
=
"$Id: session.c,v 0.1
5
1993/10/1
0 17:05:22
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: session.c,v 0.1
6
1993/10/1
3 00:36:13
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
#include
<stdio.h>
#include
<setjmp.h>
#include
<time.h>
#include
<sys/types.h>
#ifndef HAVE_DIFFTIME
# include "tmp-difftime.h"
#endif
...
...
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