mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Use pre-C99 value for unsigned 32-bit integer in Darwin.
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
#ifndef SETTER_SRC_DARWIN_DARWIN_H_
|
||||
#define SETTER_SRC_DARWIN_DARWIN_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
void DarwinGetOsInfo();
|
||||
void DarwinPrintStatfsFlags(uint32_t flags);
|
||||
void DarwinPrintStatfsFlags(u_int32_t flags);
|
||||
void DarwinResourceFork(const char* path);
|
||||
void DarwinFileAttributes(const char* path);
|
||||
void DarwinExtendedAttributes(const char* path);
|
||||
|
||||
Reference in New Issue
Block a user