Files
pkgsrc-ng/mail/opensmtpd/patches/patch-zz-minix-b
2016-03-13 21:37:07 +01:00

12 lines
290 B
Plaintext

--- smtpd/queue_fsqueue.c.orig Sun Mar 13 17:55:33 2016
+++ smtpd/queue_fsqueue.c Sun Mar 13 17:51:46 2016
@@ -28,7 +28,7 @@
#endif
#ifdef HAVE_SYS_STATVFS_H
#include <sys/statvfs.h>
-#ifdef __NetBSD__
+#if defined(__NetBSD__) || defined(__minix)
#define statfs statvfs
#endif
#endif