[or-cvs] My copy of cpp is not DWIM-compliant; I guess, as a workaro...

Nick Mathewson nickm at seul.org
Sat Jun 21 21:46:19 UTC 2003


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

Modified Files:
	connection_or.c 
Log Message:
My copy of cpp is not DWIM-compliant; I guess, as a workaround, I should define constants before using them.

Index: connection_or.c
===================================================================
RCS file: /home/or/cvsroot/src/or/connection_or.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- connection_or.c	21 Jun 2003 19:29:32 -0000	1.32
+++ connection_or.c	21 Jun 2003 21:46:17 -0000	1.33
@@ -215,6 +215,8 @@
 #define FLAGS_LEN 2
 #define BANDWIDTH_LEN 4
 #define KEY_LEN 16
+#define ADDR_LEN 4
+#define PORT_LEN 2
 #define PKEY_LEN 128
 
 static int 



More information about the tor-commits mailing list