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
7a06c9aa
Commit
7a06c9aa
authored
Sep 09, 2002
by
Per Cederqvist
Browse files
typedef rlim_t to int if HAVE_RLIM_T is false.
parent
d7d691ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/ramkomd.c
View file @
7a06c9aa
/*
* $Id: ramkomd.c,v 0.10
1
2002/09/0
6 22:43:03
ceder Exp $
* $Id: ramkomd.c,v 0.10
2
2002/09/0
9 18:15:37
ceder Exp $
* Copyright (C) 1991-1999, 2001-2002 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -118,6 +118,10 @@
# define RLIMIT_NOFILE RLIMIT_OFILE
#endif
#if !HAVE_RLIM_T
typedef
int
rlim_t
;
#endif
time_t
current_time
=
0
;
...
...
Write
Preview
Supports
Markdown
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