[prev in list] [next in list] [prev in thread] [next in thread] 

List:       bzflag-commits
Subject:    SF.net SVN: bzflag:[22730] trunk/bzflag/include/network.h
From:       bullet_catcher () users ! sourceforge ! net
Date:       2013-04-06 20:54:27
Message-ID: E1UOa86-0001Zz-Vd () sfs-ml-1 ! v29 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 22730
          http://sourceforge.net/p/bzflag/code/22730
Author:   bullet_catcher
Date:     2013-04-06 20:54:27 +0000 (Sat, 06 Apr 2013)
Log Message:
-----------
Test for the __sun__ macro, which is defined with or without c++0x, instead of the \
sun macro, which is only defined without.

Modified Paths:
--------------
    trunk/bzflag/include/network.h

Modified: trunk/bzflag/include/network.h
===================================================================
--- trunk/bzflag/include/network.h	2013-04-06 06:33:38 UTC (rev 22729)
+++ trunk/bzflag/include/network.h	2013-04-06 20:54:27 UTC (rev 22730)
@@ -60,7 +60,7 @@
 #  include <bstring.h>
 #endif
 
-#if defined(BSD) || defined(sun) || defined(__GLIBC__)
+#if defined(BSD) || defined(__sun__) || defined(__GLIBC__)
 #  define AddrLen		socklen_t
 #elif defined (__APPLE__)
 #  include <AvailabilityMacros.h>

This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.


------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
BZFlag-commits mailing list
BZFlag-commits@lists.SourceForge.net
https://lists.SourceForge.net/lists/listinfo/bzflag-commits
irc: #BZFlag @ irc.freenode.net


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic