[Javanetsim-cvs] IceScan csubtarget.h, 1.52, 1.53 CHANGELOG, 1.4, NONE
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2006-12-21 10:13:56
|
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 --- |