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

svn:r3101
This commit is contained in:
Roger Dingledine 2004-12-07 07:35:32 +00:00
parent 8f01b643c3
commit 2297c57ba5

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