Revision: 9076
          http://playerstage.svn.sourceforge.net/playerstage/?rev=9076&view=rev
Author:   jpgr87
Date:     2011-10-16 20:58:09 +0000 (Sun, 16 Oct 2011)
Log Message:
-----------
Applied patch #3404769: int64_t values in 32-bits machines

Modified Paths:
--------------
    code/player/trunk/replace/rpc/types.h

Modified: code/player/trunk/replace/rpc/types.h
===================================================================
--- code/player/trunk/replace/rpc/types.h       2011-08-27 18:38:08 UTC (rev 
9075)
+++ code/player/trunk/replace/rpc/types.h       2011-10-16 20:58:09 UTC (rev 
9076)
@@ -75,8 +75,8 @@
 typedef unsigned short u_short;
 typedef unsigned int u_int;
 typedef unsigned long int u_long;
-typedef unsigned long int quad_t;
-typedef unsigned long int u_quad_t;
+typedef unsigned long long int quad_t;
+typedef unsigned long long int u_quad_t;
 #define __u_char_defined
 #endif
 
@@ -88,8 +88,8 @@
 typedef signed int int32_t;
 typedef unsigned int uint32_t;
 //#if __WORDSIZE == 64
-typedef signed long int int64_t;
-typedef unsigned long int uint64_t;
+typedef signed long long int int64_t;
+typedef unsigned long long int uint64_t;
 //#endif
 
 typedef char* caddr_t;

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


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to