delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Message-ID: | <000501c13147$9f218e20$a3fc183d@sugnm1.kt.home.ne.jp> |
From: | "AIDA Shinra" <aida_s AT mx12 DOT freecom DOT ne DOT jp> |
To: | <cygwin AT cygwin DOT com> |
Subject: | fix to sys/un.h |
Date: | Thu, 30 Aug 2001 20:33:41 +0900 |
MIME-Version: | 1.0 |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-Mailer: | Microsoft Outlook Express 5.50.4522.1200 |
X-MimeOLE: | Produced By Microsoft MimeOLE V5.50.4522.1200 |
--- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |