This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

fix to sys/un.h


--- un.h.orig Mon May 21 12:29:26 2001
+++ un.h Thu Aug 30 20:30:42 2001
@@ -11,6 +11,11 @@
 #ifndef _SYS_UN_H
 #define _SYS_UN_H
 
+/* for postgresql/libpq/pqcomm.h */
+#ifndef HAVE_STRUCT_SOCKADDR_UN
+#define HAVE_STRUCT_SOCKADDR_UN
+#endif
+
 /* POSIX requires only at least 100 bytes */
 #define UNIX_PATH_LEN   108
 



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]