#define -> typedef. thanks Alfred

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@671 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 19 years ago
parent c034470ee0
commit dc4fa2cab2

@ -59,7 +59,7 @@
// No u_int64_t on Solaris.
#ifndef u_int64_t
#define u_int64_t unsigned long long int
typedef unsigned long long int u_int64_t;
#endif
#endif

Loading…
Cancel
Save