summaryrefslogtreecommitdiff
path: root/filesystems/s3fs/files/patch-test_mknod__test.c
blob: c3e06b5e0bae8850158dd518a93e40c9a027f590 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- test/mknod_test.c.orig	2023-05-21 23:25:50 UTC
+++ test/mknod_test.c
@@ -28,7 +28,10 @@
 #include <string.h>
 #include <errno.h>
 #ifndef __APPLE__
+#elif
+#ifndef __FreeBSD__
 #include <sys/sysmacros.h>
+#endif
 #endif
 
 //---------------------------------------------------------