Przeglądaj źródła

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

svn:r3101
Roger Dingledine 21 lat temu
rodzic
commit
2297c57ba5
1 zmienionych plików z 1 dodań i 0 usunięć
  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;
   }