Thanks to visit codestin.com Credit goes to github.com
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 94468c6 commit 5249172Copy full SHA for 5249172
src/include/libpq/pqcomm.h
@@ -9,7 +9,7 @@
9
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
10
* Portions Copyright (c) 1994, Regents of the University of California
11
*
12
- * $Id: pqcomm.h,v 1.87 2003/06/23 23:51:59 momjian Exp $
+ * $Id: pqcomm.h,v 1.88 2003/06/24 01:49:22 momjian Exp $
13
14
*-------------------------------------------------------------------------
15
*/
@@ -47,6 +47,10 @@
47
#define _SS_PAD2SIZE (_SS_MAXSIZE - (sizeof (sa_family_t) + \
48
_SS_PAD1SIZE + _SS_ALIGNSIZE))
49
50
+#ifdef __CYGWIN__
51
+typedef unsigned short sa_family_t;
52
+#endif
53
+
54
struct sockaddr_storage {
55
#ifdef SALEN
56
uint8_t __ss_len; /* address length */
0 commit comments