diff --git a/src/common/compat.c b/src/common/compat.c index 128ff4a2bb..1c184de4a2 100644 --- a/src/common/compat.c +++ b/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; }