Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lyskom-server-ceder-1616-generations-topgit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
3a326822
Commit
3a326822
authored
Dec 26, 1998
by
David Byers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include <config.h>
parent
30867de9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
src/server/updateLysKOM.c
src/server/updateLysKOM.c
+7
-2
No files found.
src/server/updateLysKOM.c
View file @
3a326822
/*
* $Id: updateLysKOM.c,v 1.
7 1998/07/08 17:09:19 ceder
Exp $
* $Id: updateLysKOM.c,v 1.
8 1998/12/26 22:41:11 byers
Exp $
* Copyright (C) 1994, 1995 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -23,6 +23,11 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h>
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
...
...
@@ -153,7 +158,7 @@ main (int argc,
{
case
'V'
:
case
'v'
:
fprintf
(
stderr
,
"updateLysKOM %d $Revision: 1.
7
$
\n
"
,
fprintf
(
stderr
,
"updateLysKOM %d $Revision: 1.
8
$
\n
"
,
#include "version.incl"
);
exit
(
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