8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484f046 commit 949ab3cCopy full SHA for 949ab3c
src/port/snprintf.c
@@ -40,7 +40,9 @@
40
Your platform must have a thread-safe snprintf() to compile with threads.
41
#endif
42
43
+#ifndef WIN32
44
#include <sys/ioctl.h>
45
+#endif
46
#include <sys/param.h>
47
48
@@ -83,7 +85,7 @@ typedef unsigned long ulong_long;
83
85
* causing nast effects.
84
86
**************************************************************/
87
-/*static char _id[] = "$PostgreSQL: pgsql/src/port/snprintf.c,v 1.6 2005/02/22 04:57:24 momjian Exp $";*/
88
+/*static char _id[] = "$PostgreSQL: pgsql/src/port/snprintf.c,v 1.7 2005/02/28 14:16:16 momjian Exp $";*/
89
static char *end;
90
static int SnprfOverflow;
91
0 commit comments