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
e9d33cbb
Commit
e9d33cbb
authored
Jul 05, 1999
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(IMPL): Unused macro removed.
parent
f050955e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
18 deletions
+4
-18
src/server/dbck-cache.c
src/server/dbck-cache.c
+2
-5
src/server/manipulate.h
src/server/manipulate.h
+2
-13
No files found.
src/server/dbck-cache.c
View file @
e9d33cbb
/*
* $Id: dbck-cache.c,v 0.4
5 1999/06/27 15:55:50
ceder Exp $
* $Id: dbck-cache.c,v 0.4
6 1999/07/05 21:14:57
ceder Exp $
* Copyright (C) 1991-1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -39,7 +39,7 @@
static
const
char
*
rcsid
=
"$Id: dbck-cache.c,v 0.4
5 1999/06/27 15:55:50
ceder Exp $"
;
rcsid
=
"$Id: dbck-cache.c,v 0.4
6 1999/07/05 21:14:57
ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -152,9 +152,6 @@ cached_get_conf_type (Conf_no conf_no)
#define IMPL(retval) if (1) { fflush(stderr); fflush(stdout); abort(); }
/*
* Various function calls to tell the cache that something is changed.
*/
...
...
src/server/manipulate.h
View file @
e9d33cbb
/*
* $Id: manipulate.h,v 0.2
6 1999/07/05 07:01:49
ceder Exp $
* $Id: manipulate.h,v 0.2
7 1999/07/05 21:14:58
ceder Exp $
* Copyright (C) 1991-1994, 1996-1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -23,7 +23,7 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/*
* $Id: manipulate.h,v 0.2
6 1999/07/05 07:01:49
ceder Exp $
* $Id: manipulate.h,v 0.2
7 1999/07/05 21:14:58
ceder Exp $
*
* manipulate.h
*
...
...
@@ -190,17 +190,6 @@
}
/*
* IMPL - returns with error "not implemented yet"
*/
#define IMPL(code) \
{ \
err_stat = code; \
kom_errno = KOM_NOT_IMPL; \
return code; \
}
/*
* A value of the following type are returned from access_perm(),
* which is used to see how much viewer is allowed to read/modify the
...
...
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