1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/x11-toolkits/jx/files/patch-ad
Will Andrews c3a9f54064 JX is a C++ application framework and widget library for X11.
PR:		19030
Submitted by:	Mario Sergio Fujikawa Ferriera <lioux@uol.com.br>
2000-06-07 16:52:01 +00:00

15 lines
532 B
Plaintext

--- 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