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
d038f562
Commit
d038f562
authored
Oct 12, 1993
by
Per Cederqvist
Browse files
Include <sys/types.h>.
parent
95e64b4b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/server/internal-connections.c
View file @
d038f562
/*
* $Id: internal-connections.c,v 0.1
3
1993/10/1
0 16:49:22
ceder Exp $
* $Id: internal-connections.c,v 0.1
4
1993/10/1
2 22:20:19
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -28,13 +28,14 @@
* Abstract routines on the data type Connection.
*/
static
char
*
rcsid
=
"$Id: internal-connections.c,v 0.1
3
1993/10/1
0 16:49:22
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: internal-connections.c,v 0.1
4
1993/10/1
2 22:20:19
ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
#include <stdio.h>
#include <time.h>
#include <setjmp.h>
#include <sys/types.h>
#include "exp.h"
#include "s-string.h"
...
...
src/server/log.c
View file @
d038f562
/*
* $Id: log.c,v 0.
7
1993/10/1
0 17:04:23
ceder Exp $
* $Id: log.c,v 0.
8
1993/10/1
2 22:20:54
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -28,12 +28,13 @@
* File created by ceder 1990-05-25.
*/
static
char
*
rcsid
=
"$Id: log.c,v 0.
7
1993/10/1
0 17:04:23
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: log.c,v 0.
8
1993/10/1
2 22:20:54
ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
#include <stdarg.h>
#include <stdio.h>
#include <sys/types.h>
#include <time.h>
#include "log.h"
...
...
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