Re: bug in syscalls.cc sync()

2007-01-10 Thread Corinna Vinschen
On Jan 9 13:39, Howard Chu wrote: > I was just browsing the CVSweb repository looking at the sync() > implementation and noticed this small typo. It's not worth the trouble > for me to download the CVS repository just for this: > > /* sync: SUSv3 */ > extern "C" void > sync () > { > char vol[CYG

bug in syscalls.cc sync()

2007-01-09 Thread Howard Chu
I was just browsing the CVSweb repository looking at the sync() implementation and noticed this small typo. It's not worth the trouble for me to download the CVS repository just for this: /* sync: SUSv3 */ extern "C" void sync () { char vol[CYG_MAX_PATH]; if (wincap.has_guid_volumes ()) /* Win