mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Fix permissions in AmigaOS 4.
This commit is contained in:
@@ -27,11 +27,15 @@ Copyright (C) 2011-2021 Natalia Portillo
|
||||
|
||||
#include <dos/dos.h>
|
||||
|
||||
#if defined(__amigaos4__)
|
||||
#include <dos/obsolete.h>
|
||||
#endif
|
||||
|
||||
typedef struct
|
||||
{
|
||||
char filename[256];
|
||||
char description[256];
|
||||
LONG mode;
|
||||
char filename[256];
|
||||
char description[256];
|
||||
LONG mode;
|
||||
} amiga_perms_tests_t;
|
||||
|
||||
#define KNOWN_AMIGA_PERMS 16
|
||||
|
||||
Reference in New Issue
Block a user