mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Use basetype for flags in Linux.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user