]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
note an improvement on our uname we might want to make one day
authorRoger Dingledine <arma@torproject.org>
Tue, 7 Dec 2004 07:35:32 +0000 (07:35 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 7 Dec 2004 07:35:32 +0000 (07:35 +0000)
svn:r3101

src/common/compat.c

index 128ff4a2bbc5175181d0e96f68a39b3d7fc36a67..1c184de4a2cec64d38cebb787d66cba74c180331 100644 (file)
@@ -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;
   }