[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Initial IRIX compatibility fixes: check for inttypes.h; che...
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] Initial IRIX compatibility fixes: check for inttypes.h; che...
- From: nickm@xxxxxxxx (Nick Mathewson)
- Date: Mon, 21 Feb 2005 23:26:47 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Mon, 21 Feb 2005 23:27:12 -0500
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
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