|
6 | 6 | * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
|
7 | 7 | *
|
8 | 8 | * IDENTIFICATION
|
9 |
| - * $PostgreSQL: pgsql/src/backend/port/win32/mingwcompat.c,v 1.9 2010/02/0919:55:14 mha Exp $ |
| 9 | + * $PostgreSQL: pgsql/src/backend/port/win32/mingwcompat.c,v 1.10 2010/02/0920:22:20 mha Exp $ |
10 | 10 | *
|
11 | 11 | *-------------------------------------------------------------------------
|
12 | 12 | */
|
|
16 | 16 | #ifndefWIN32_ONLY_COMPILER
|
17 | 17 | /*
|
18 | 18 | * MingW defines an extern to this struct, but the actual struct isn't present
|
19 |
| - * in any library. It's trivial enough that we can safelydefined it |
| 19 | + * in any library. It's trivial enough that we can safelydefine it |
20 | 20 | * ourselves.
|
21 | 21 | */
|
22 | 22 | conststructin6_addrin6addr_any= {{{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}}};
|
|