diff options
Diffstat (limited to 'editors/openoffice.org-2-devel/files/patch-sal::osl::unx::socket.c')
-rw-r--r-- | editors/openoffice.org-2-devel/files/patch-sal::osl::unx::socket.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-sal::osl::unx::socket.c b/editors/openoffice.org-2-devel/files/patch-sal::osl::unx::socket.c new file mode 100644 index 000000000000..4c63598da424 --- /dev/null +++ b/editors/openoffice.org-2-devel/files/patch-sal::osl::unx::socket.c @@ -0,0 +1,11 @@ +--- ../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 +@@ -82,7 +82,7 @@ + #undef HAVE_POLL_H + #endif + +-#if defined(LINUX) || defined (IRIX) ++#if defined(LINUX) || defined (IRIX) || defined(NETBSD) || defined(FREEBSD) + #include <sys/poll.h> + #define HAVE_POLL_H + #endif /* HAVE_POLL_H */ |