Changeset 307 for trunk/src/sh_forward.c


Ignore:
Timestamp:
Dec 3, 2010, 10:44:38 PM (14 years ago)
Author:
katerina
Message:

Fix for ticket #229 (malfunction on CentOS 4.8 / gcc4), documentation update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_forward.c

    r295 r307  
    50285028#endif
    50295029
    5030   int                sock = -1;
     5030  /* Use volatile to circumvent a gcc4 problem on RH/CentOS 4.8 (?) */
     5031  volatile int       sock = -1;
    50315032  sh_conn_t        * cx;
    50325033  fd_set             readset;
Note: See TracChangeset for help on using the changeset viewer.