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
634b4cc5
Commit
634b4cc5
authored
Aug 19, 1994
by
Per Cederqvist
Browse files
Include unistd.h.
parent
2e3741a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/log.c
View file @
634b4cc5
/*
* $Id: log.c,v 0.1
2
1994/0
4/05 08
:0
1
:5
3
ceder Exp $
* $Id: log.c,v 0.1
3
1994/0
8/19 22
:0
4
:5
5
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -28,7 +28,7 @@
* File created by ceder 1990-05-25.
*/
static
char
*
rcsid
=
"$Id: log.c,v 0.1
2
1994/0
4/05 08
:0
1
:5
3
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: log.c,v 0.1
3
1994/0
8/19 22
:0
4
:5
5
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -38,6 +38,7 @@ USE(rcsid);
#include
<stdio.h>
#include
<sys/types.h>
#include
<time.h>
#include
<unistd.h>
#include
"log.h"
...
...
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