Revision: 14246
Author: adrian.chadd
Date: Sat Jul 25 00:16:51 2009
Log: Issue 45 - Use the sys/types.h defined types; uint64_t doesn't exist  
on Centos 5.3.



http://code.google.com/p/lusca-cache/source/detail?r=14246

Modified:
  /branches/LUSCA_HEAD/libcore/tools.h

=======================================
--- /branches/LUSCA_HEAD/libcore/tools.h        Wed Jul  8 15:39:26 2009
+++ /branches/LUSCA_HEAD/libcore/tools.h        Sat Jul 25 00:16:51 2009
@@ -96,6 +96,6 @@

  extern int percent(int, int);
  extern double dpercent(double, double);
-extern double uint64_percent(uint64_t, uint64_t);
+extern double uint64_percent(u_int64_t, u_int64_t);

  #endif

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to