FreeBSD Bugzilla – Attachment 166631 Details for
Bug 205922
editors/libreoffice: Does not end on Ctrl-Q or file menu (version 5.0.4)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
3/3
patch-sal_osl_unx_sockimpl.hxx (text/plain), 805 bytes, created by
Matthias Apitz
on 2016-02-05 21:04:28 UTC
(
hide
)
Description:
3/3
Filename:
MIME Type:
Creator:
Matthias Apitz
Created:
2016-02-05 21:04:28 UTC
Size:
805 bytes
patch
obsolete
>--- sal/osl/unx/sockimpl.hxx.orig 2015-12-11 03:29:35.000000000 +0100 >+++ sal/osl/unx/sockimpl.hxx 2016-02-05 20:45:18.428223000 +0100 >@@ -24,11 +24,15 @@ > #include <osl/socket.h> > #include <osl/interlck.h> > >+#if defined(FREEBSD) >+#define CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT 1 >+#endif >+ > struct oslSocketImpl { > int m_Socket; > int m_nLastError; > oslInterlockedCount m_nRefCount; >-#if defined(LINUX) >+#if CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT > bool m_bIsAccepting; > bool m_bIsInShutdown; > #endif >@@ -45,7 +49,7 @@ > sal_Char m_Name[PATH_MAX + 1]; > oslInterlockedCount m_nRefCount; > bool m_bClosed; >-#if defined(LINUX) >+#if CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT > bool m_bIsAccepting; > bool m_bIsInShutdown; > #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 205922
:
166629
|
166630
| 166631