mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 01:53:13 -04:00
This update is required to fix build with OpenSSL 3.0.0 and later. Changelog: https://github.com/s3fs-fuse/s3fs-fuse/releases/tag/v1.92 Approved by: portmgr (blanket)
13 lines
287 B
C
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
|
|
|
|
//---------------------------------------------------------
|