diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/coreutils-8.28.local.patch (renamed from patches/coreutils-8.27.local.patch) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/patches/coreutils-8.27.local.patch b/patches/coreutils-8.28.local.patch index 5ba9ac7c..ac518644 100644 --- a/patches/coreutils-8.27.local.patch +++ b/patches/coreutils-8.28.local.patch @@ -69,6 +69,7 @@ diff -ru coreutils-8.27.orig/src/fs.h coreutils-8.27/src/fs.h -#if defined __linux__ +#if defined __linux__ || defined __midipix__ + # define S_MAGIC_AAFS 0x5A3C69F0 # define S_MAGIC_ACFS 0x61636673 # define S_MAGIC_ADFS 0xADF5 # define S_MAGIC_AFFS 0xADFF |