瀏覽代碼

note an improvement on our uname we might want to make one day

svn:r3101
Roger Dingledine 21 年之前
父節點
當前提交
2297c57ba5
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/common/compat.c

+ 1 - 0
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;
   }