summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-12-07 07:35:32 +0000
committerRoger Dingledine <arma@torproject.org>2004-12-07 07:35:32 +0000
commit2297c57ba539abb55596d95f4a68d6e584753f0c (patch)
tree284f63aba89acb412ae54f3c6f8e06ad4d8542ac
parent8f01b643c342d59a27d6a378f8a473a320e8ca20 (diff)
downloadtor-2297c57ba539abb55596d95f4a68d6e584753f0c.tar.gz
tor-2297c57ba539abb55596d95f4a68d6e584753f0c.zip
note an improvement on our uname we might want to make one day
svn:r3101
-rw-r--r--src/common/compat.c1
1 files changed, 1 insertions, 0 deletions
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;
}