support: Fix hurd build after bfddda2570

This commit is contained in:
Adhemerval Zanella 2021-04-01 13:55:46 -03:00
parent b1ec623ed5
commit 4d8cf564a2
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
bool
support_stat_nanoseconds (const char *path)
{
bool support;
bool support = true;
#ifdef __linux__
/* Obtain the original timestamp to restore at the end. */
struct stat ost;