Update of /cvsroot/javanetsim/IceScan
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv9607
Modified Files:
csubtarget.h
Removed Files:
CHANGELOG
Log Message:
Index: csubtarget.h
===================================================================
RCS file: /cvsroot/javanetsim/IceScan/csubtarget.h,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** csubtarget.h 19 Dec 2006 21:09:04 -0000 1.52
--- csubtarget.h 21 Dec 2006 10:13:53 -0000 1.53
***************
*** 675,683 ****
int s, err;
int res;
! int sopt;
! #ifdef WIN32
! int soptlen = sizeof(int);
#else
! int soptlen;
#endif
bool done = true;
--- 675,683 ----
int s, err;
int res;
! int sopt;
! #if (WIN32 || __CYGWIN__ || __linux__)
! int soptlen = sizeof(int);
#else
! int soptlen;
#endif
bool done = true;
--- CHANGELOG DELETED ---
|