Fix build break

This commit is contained in:
Arun Prakash Jana 2020-05-20 19:07:00 +05:30
parent 9e41c39138
commit a4909beb44
No known key found for this signature in database
GPG key ID: A75979F35C080412

View file

@ -4731,7 +4731,7 @@ static void notify_fifo()
} }
} }
static struct entry lastentry = {0}; static struct entry lastentry;
if (!memcmp(&lastentry, &dents[cur], sizeof(struct entry))) if (!memcmp(&lastentry, &dents[cur], sizeof(struct entry)))
return; return;