From: Roger Dingledine Date: Tue, 7 Dec 2004 07:35:32 +0000 (+0000) Subject: note an improvement on our uname we might want to make one day X-Git-Tag: tor-0.0.9rc7~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2297c57ba539abb55596d95f4a68d6e584753f0c;p=thirdparty%2Ftor.git note an improvement on our uname we might want to make one day svn:r3101 --- diff --git a/src/common/compat.c b/src/common/compat.c index 128ff4a2bb..1c184de4a2 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -472,6 +472,7 @@ get_uname(void) #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; }