1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Fixed a compiler problem in the socket setup.

git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14860 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2005-03-05 17:55:26 +00:00
parent 1a0999bc1c
commit 1bc19a04d3
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#
# $Id: GNUmakefile.os4,v 1.34 2005-03-03 14:20:55 obarthel Exp $
# $Id: GNUmakefile.os4,v 1.35 2005-03-05 17:55:26 obarthel Exp $
#
# :ts=8
#
@ -111,7 +111,7 @@ WARNINGS = \
# -Wconversion -Wshadow
INCLUDES = -Iinclude -I. -I$(SDK_INCLUDE)
OPTIONS = -DNDEBUG -DUSE_64_BIT_INTS -D__USE_INLINE__ -Wa,-mregnames
OPTIONS = -D__THREAD_SAFE -DNDEBUG -DUSE_64_BIT_INTS -D__USE_INLINE__ -Wa,-mregnames
OPTIMIZE = -O -fomit-frame-pointer -funroll-loops
#DEBUG = -g

View File

@ -1,5 +1,5 @@
/*
* $Id: socket_init_exit.c,v 1.12 2005-03-04 20:08:19 obarthel Exp $
* $Id: socket_init_exit.c,v 1.13 2005-03-05 17:55:26 obarthel Exp $
*
* :ts=4
*
@ -206,7 +206,7 @@ __socket_init(void)
*/
#if defined(__THREAD_SAFE) && defined(SBTC_CAN_SHARE_LIBRARY_BASES)
{
if(SocketBase->lib_Version >= 4)
if(__SocketBase->lib_Version >= 4)
{
tags[0].ti_Tag = SBTM_SETVAL(SBTC_CAN_SHARE_LIBRARY_BASES);
tags[0].ti_Data = TRUE;