[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] note an improvement on our uname we might want to make one ...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] note an improvement on our uname we might want to make one ...
- From: arma@seul.org (Roger Dingledine)
- Date: Tue, 7 Dec 2004 02:35:35 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Tue, 07 Dec 2004 02:36:20 -0500
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
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;
}