mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Fix Amiga permissions type.
This commit is contained in:
@@ -36,7 +36,6 @@ void FilePermissions(const char* path)
|
||||
{
|
||||
BPTR pathLock;
|
||||
BPTR dirLock;
|
||||
int ret;
|
||||
BPTR file;
|
||||
int rc;
|
||||
int cRc;
|
||||
|
||||
@@ -31,7 +31,7 @@ typedef struct
|
||||
{
|
||||
char filename[256];
|
||||
char description[256];
|
||||
mode_t mode;
|
||||
LONG mode;
|
||||
} amiga_perms_tests_t;
|
||||
|
||||
#define KNOWN_AMIGA_PERMS 16
|
||||
|
||||
Reference in New Issue
Block a user