[Javanetsim-cvs] IceScan icediscover.h,1.6,1.7
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2006-12-13 14:56:19
|
Update of /cvsroot/javanetsim/IceScan In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv30367 Modified Files: icediscover.h Log Message: no message Index: icediscover.h =================================================================== RCS file: /cvsroot/javanetsim/IceScan/icediscover.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** icediscover.h 13 Dec 2006 14:35:02 -0000 1.6 --- icediscover.h 13 Dec 2006 14:56:11 -0000 1.7 *************** *** 81,86 **** strcpy(t_hostname, hostname); if(!getuid()){ ! //we're root, so can work with raw sockets if(par->verbose>0) --- 81,90 ---- strcpy(t_hostname, hostname); + #ifndef __CYGWIN__ if(!getuid()){ ! #else ! if(1){ ! #endif ! //we're root, so can work with raw sockets if(par->verbose>0) |