소스 검색

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;
   }