Re: [PATCHES] snprintf.c on win32 does not compile..

2005-02-28 Thread Bruce Momjian
Patch applied. Thanks. --- Magnus Hagander wrote: there is no sys/ioctl.h. Trivial patch below: diff -c -r1.6 snprintf.c *** snprintf.c 22 Feb 2005 04:57:24 - 1.6 --- snprintf.c 27 Feb 2005 17:05:54

Re: [PATCHES] snprintf.c on win32 does not compile..

2005-02-28 Thread Magnus Hagander
there is no sys/ioctl.h. Trivial patch below: I don't think this header is needed on any platform. If it were, you certainly couldn't just remove it. Not so. On win32 we pull in windows.h, which contains a lot of the definitions that are present in various other header files on unix.