mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 23:53:32 +01:00
note an improvement on our uname we might want to make one day
svn:r3101
This commit is contained in:
parent
8f01b643c3
commit
2297c57ba5
@ -472,6 +472,7 @@ get_uname(void)
|
|||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
strlcpy(uname_result, "Unknown platform", sizeof(uname_result));
|
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;
|
uname_result_is_set = 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user