opnsense-ports/filesystems/s3fs/files/patch-test_mknod__test.c
Franco Fichtner a2caadc357 */*: sync with upstream
Taken from: FreeBSD
2024-11-07 11:56:40 +01:00

13 lines
287 B
C

--- 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
//---------------------------------------------------------