diff options
Diffstat (limited to 'x11-toolkits/jx/files/patch-ad')
-rw-r--r-- | x11-toolkits/jx/files/patch-ad | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/x11-toolkits/jx/files/patch-ad b/x11-toolkits/jx/files/patch-ad deleted file mode 100644 index 559110cf9ed0..000000000000 --- a/x11-toolkits/jx/files/patch-ad +++ /dev/null @@ -1,14 +0,0 @@ ---- ACE/ACE_wrappers/ace/Log_Msg.cpp.orig Mon Apr 10 14:01:34 2000 -+++ ACE/ACE_wrappers/ace/Log_Msg.cpp Mon Apr 10 14:02:38 2000 -@@ -670,9 +670,9 @@ - ACE_TRACE ("ACE_Log_Msg::log"); - // External decls. - --#if ! (defined(__BORLANDC__) && __BORLANDC__ >= 0x0530) -+#if defined(ACE_LACKS_SYS_NERR) - extern int sys_nerr; --#endif /* ! (defined(__BORLANDC__) && __BORLANDC__ >= 0x0530) */ -+#endif /* defined(ACE_LACKS_SYS_NERR) */ - typedef void (*PTF)(...); - - // Only print the message if <priority_mask_> hasn't been reset to |