Re: [PATCH] ib/mgmt: fix build under windows stack

2010-06-08 Thread Sasha Khapyorsky
On 13:15 Wed 02 Jun , Hefty, Sean wrote: > Fix warnings in windows build. > > These are typecasts in several places, with a couple additional changes > needed to libibnetdisc. Windows uses ISO definitions instead of > POSIX definitions, so calls like _read, _write, etc. are used on > Windows

[PATCH] ib/mgmt: fix build under windows stack

2010-06-02 Thread Hefty, Sean
Fix warnings in windows build. These are typecasts in several places, with a couple additional changes needed to libibnetdisc. Windows uses ISO definitions instead of POSIX definitions, so calls like _read, _write, etc. are used on Windows instead of read, write. The result is that internal func