[or-cvs] note an improvement on our uname we might want to make one ...

Roger Dingledine arma at seul.org
Tue Dec 7 07:35:35 UTC 2004


Update of /home2/or/cvsroot/tor/src/common
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/common

Modified Files:
	compat.c 
Log Message:
note an improvement on our uname we might want to make one day


Index: compat.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/compat.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- compat.c	2 Dec 2004 04:33:01 -0000	1.21
+++ compat.c	7 Dec 2004 07:35:32 -0000	1.22
@@ -472,6 +472,7 @@
 #endif
       {
         strlcpy(uname_result, "Unknown platform", sizeof(uname_result));
+/* XXX win32 doesn't have uname, but we can still ifdef windows sprint "windows" */
       }
     uname_result_is_set = 1;
   }



More information about the tor-commits mailing list