diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-03-10 22:42:07 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-03-10 22:42:07 +0000 |
commit | a8e4dd73bbe65155ae2992e5ae09fe195c8500e6 (patch) | |
tree | 41a3e23fcb8527ca94b84df94c85a470d75a941b /editors/openoffice | |
parent | 39bdece24e5320ba93a1d397ff4f5aea653873df (diff) | |
download | ports-a8e4dd73bbe65155ae2992e5ae09fe195c8500e6.tar.gz ports-a8e4dd73bbe65155ae2992e5ae09fe195c8500e6.zip |
Notes
Diffstat (limited to 'editors/openoffice')
-rw-r--r-- | editors/openoffice/files/patch-sal+osl+unx+socket.c | 13 | ||||
-rw-r--r-- | editors/openoffice/files/patch-sal::osl::unx::socket.c | 13 |
2 files changed, 22 insertions, 4 deletions
diff --git a/editors/openoffice/files/patch-sal+osl+unx+socket.c b/editors/openoffice/files/patch-sal+osl+unx+socket.c index 4c63598da424..19d390cf08eb 100644 --- a/editors/openoffice/files/patch-sal+osl+unx+socket.c +++ b/editors/openoffice/files/patch-sal+osl+unx+socket.c @@ -1,5 +1,5 @@ ---- ../sal/osl/unx/socket.c.orig Sun Mar 3 18:12:48 2002 -+++ ../sal/osl/unx/socket.c Sun Mar 3 18:16:32 2002 +--- ../sal/osl/unx/socket.c.orig Fri Jun 22 16:22:14 2001 ++++ ../sal/osl/unx/socket.c Sun Mar 10 23:33:56 2002 @@ -82,7 +82,7 @@ #undef HAVE_POLL_H #endif @@ -9,3 +9,12 @@ #include <sys/poll.h> #define HAVE_POLL_H #endif /* HAVE_POLL_H */ +@@ -1965,7 +1965,7 @@ + /*****************************************************************************/ + oslSocketAddr SAL_CALL osl_getLocalAddrOfSocket(oslSocket pSocket) + { +-#ifdef LINUX ++#ifdef LINUX || defined(FREEBSD) + socklen_t AddrLen; + #else + /* mfe: Solaris 'cc +w' means Addrlen should be signed! */ diff --git a/editors/openoffice/files/patch-sal::osl::unx::socket.c b/editors/openoffice/files/patch-sal::osl::unx::socket.c index 4c63598da424..19d390cf08eb 100644 --- a/editors/openoffice/files/patch-sal::osl::unx::socket.c +++ b/editors/openoffice/files/patch-sal::osl::unx::socket.c @@ -1,5 +1,5 @@ ---- ../sal/osl/unx/socket.c.orig Sun Mar 3 18:12:48 2002 -+++ ../sal/osl/unx/socket.c Sun Mar 3 18:16:32 2002 +--- ../sal/osl/unx/socket.c.orig Fri Jun 22 16:22:14 2001 ++++ ../sal/osl/unx/socket.c Sun Mar 10 23:33:56 2002 @@ -82,7 +82,7 @@ #undef HAVE_POLL_H #endif @@ -9,3 +9,12 @@ #include <sys/poll.h> #define HAVE_POLL_H #endif /* HAVE_POLL_H */ +@@ -1965,7 +1965,7 @@ + /*****************************************************************************/ + oslSocketAddr SAL_CALL osl_getLocalAddrOfSocket(oslSocket pSocket) + { +-#ifdef LINUX ++#ifdef LINUX || defined(FREEBSD) + socklen_t AddrLen; + #else + /* mfe: Solaris 'cc +w' means Addrlen should be signed! */ |