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
ce0d3a46
Commit
ce0d3a46
authored
Sep 09, 2002
by
Per Cederqvist
Browse files
Port to SunOS 4.1.1_U1 which lacks rlim_t.
parent
d8830c2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
ce0d3a46
2002
-
09
-
09
Per
Cederqvist
<
ceder
@
ingate
.
com
>
2002
-
09
-
09
Per
Cederqvist
<
ceder
@
ingate
.
com
>
Port
to
SunOS
4.1.1
_U1
which
lacks
rlim_t
.
*
configure
.
in
:
Check
for
rlim_t
.
*
src
/
server
/
ramkomd
.
c
[
!HAVE_RLIM_T]: typedef rlim_t to int.
No
wonder
locksuite
.
py
failed
:
it
wasn
't distributed!
No
wonder
locksuite
.
py
failed
:
it
wasn
't distributed!
* src/server/testsuite/Makefile.am (EXTRA_DIST): Added
* src/server/testsuite/Makefile.am (EXTRA_DIST): Added
locksuite.py. Sorted the lines.
locksuite.py. Sorted the lines.
...
@@ -50,8 +54,8 @@
...
@@ -50,8 +54,8 @@
Tweak types and add a few casts to get rid of several gcc warnings.
Tweak types and add a few casts to get rid of several gcc warnings.
* src/server/splitkomdb.c (copy_file): Changed type of sz from int
* src/server/splitkomdb.c (copy_file): Changed type of sz from int
to size_t to get rid of compiler warnings.
to size_t to get rid of compiler warnings.
* src/server/simple-cache.c (init_cache): Replaced
i
with ic
and
* src/server/simple-cache.c (init_cache): Replaced
"i"
with
"
ic
"
it to get rid of warnings when the wrong type was used.
and "
it
"
to get rid of warnings when the wrong type was used.
* src/server/ramkomd.c (initialize): Added casts to remove warnings.
* src/server/ramkomd.c (initialize): Added casts to remove warnings.
* src/server/ram-parse.c (fparse_aux_item_link): Added cast to
* src/server/ram-parse.c (fparse_aux_item_link): Added cast to
remove warning.
remove warning.
...
@@ -69,7 +73,7 @@
...
@@ -69,7 +73,7 @@
Conf_no. Added static qualifier.
Conf_no. Added static qualifier.
(cache_sync_all): Replaced the local variable "i" with "ic" and
(cache_sync_all): Replaced the local variable "i" with "ic" and
"it", for loops over conferences and texts.
"it", for loops over conferences and texts.
(init_cache): Changed type of
i
to unsigned long. Changed type of
(init_cache): Changed type of
"i"
to unsigned long. Changed type of
motd_of_lyskom to Text_no.
motd_of_lyskom to Text_no.
* src/server/connections.h, src/server/connections.c
* src/server/connections.h, src/server/connections.c
(num_fnc_defs): Change type to int.
(num_fnc_defs): Change type to int.
...
...
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