Use basetype for flags in Linux.

This commit is contained in:
2021-05-11 21:49:51 +01:00
parent 01540ed6c5
commit 4e60409954
2 changed files with 2 additions and 2 deletions

View File

@@ -34,6 +34,6 @@ Copyright (C) 2011-2021 Natalia Portillo
void LinuxExtendedAttributes(const char* path);
void LinuxSparse(const char* path);
void LinuxFileAttributes(const char* path);
void LinuxPrintStatfsFlags(__fsword_t flags);
void LinuxPrintStatfsFlags(long flags);
#endif

View File

@@ -33,7 +33,7 @@ Copyright (C) 2011-2021 Natalia Portillo
#include "../../log.h"
#include "volume.h"
void LinuxPrintStatfsFlags(__fsword_t flags)
void LinuxPrintStatfsFlags(long flags)
{
log_write("\tFlags:\n");