[or-cvs] Initial IRIX compatibility fixes: check for inttypes.h; che...

Nick Mathewson nickm at seul.org
Tue Feb 22 04:26:47 UTC 2005


Update of /home/or/cvsroot/tor/src/common
In directory moria.mit.edu:/tmp/cvs-serv21467/src/common

Modified Files:
	torint.h 
Log Message:
Initial IRIX compatibility fixes: check for inttypes.h; check for platform cell_t.

Index: torint.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/torint.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- torint.h	5 Dec 2004 11:58:30 -0000	1.16
+++ torint.h	22 Feb 2005 04:26:45 -0000	1.17
@@ -33,6 +33,9 @@
 #include <machine/limits.h>
 #endif
 #endif
+#ifdef HAVE_INTTYPES_H
+#include <inttypes.h>
+#endif
 
 #if (SIZEOF_INT8_T != 0)
 #define HAVE_INT8_T



More information about the tor-commits mailing list