1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-19 01:36:33 -04:00

[win] uname command is not available

This commit is contained in:
Witold Filipczyk 2024-08-26 18:08:59 +02:00
parent d501d762ea
commit 715d6bc39a

View File

@ -63,7 +63,8 @@ get_system_name(void)
}
#endif
#if 0
if (got_it_from_uname_command()) return;
#endif
safe_strncpy(system_name, SYSTEM_NAME, sizeof(system_name));
}