diff options
author | mbr <mbr@FreeBSD.org> | 2002-10-22 23:15:15 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-10-22 23:15:15 +0000 |
commit | 6f9d6149e165529aaa97a89696f59f6bc10aef12 (patch) | |
tree | f4f0f69a6e2cae8d8522b0386d0c4471b5d45a89 /editors/openoffice.org-3-devel | |
parent | a829bc12f68e70fa4ca676e9e530a824d15f3797 (diff) | |
download | FreeBSD-ports-6f9d6149e165529aaa97a89696f59f6bc10aef12.zip FreeBSD-ports-6f9d6149e165529aaa97a89696f59f6bc10aef12.tar.gz |
Same as linux. We have <poll.h>.
Diffstat (limited to 'editors/openoffice.org-3-devel')
-rw-r--r-- | editors/openoffice.org-3-devel/files/patch-sal+osl+unx+socket.c | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/editors/openoffice.org-3-devel/files/patch-sal+osl+unx+socket.c b/editors/openoffice.org-3-devel/files/patch-sal+osl+unx+socket.c index b6e0e2f..9541cac 100644 --- a/editors/openoffice.org-3-devel/files/patch-sal+osl+unx+socket.c +++ b/editors/openoffice.org-3-devel/files/patch-sal+osl+unx+socket.c @@ -1,14 +1,20 @@ ---- ../sal/osl/unx/socket.c.orig Sun Mar 17 12:46:37 2002 -+++ ../sal/osl/unx/socket.c Wed Apr 3 01:01:14 2002 -@@ -82,7 +82,7 @@ +--- ../sal/osl/unx/socket.c.orig Tue Apr 9 20:09:53 2002 ++++ ../sal/osl/unx/socket.c Fri Oct 18 20:00:19 2002 +@@ -82,12 +82,12 @@ #undef HAVE_POLL_H #endif -#if defined(LINUX) || defined (IRIX) || defined(NETBSD) -+#if defined(LINUX) || defined (IRIX) || defined(NETBSD) || defined(FREEBSD) ++#if defined(LINUX) || defined (IRIX) || defined(NETBSD) || defined ( FREEBSD ) #include <sys/poll.h> #define HAVE_POLL_H #endif /* HAVE_POLL_H */ + +-#if defined(SOLARIS) || defined ( FREEBSD ) ++#if defined(SOLARIS) + #include <poll.h> + #define HAVE_POLL_H + #endif /* SOLARIS */ @@ -1965,7 +1965,7 @@ /*****************************************************************************/ oslSocketAddr SAL_CALL osl_getLocalAddrOfSocket(oslSocket pSocket) |