$OpenBSD: patch-source_blender_blenlib_intern_storage_c,v 1.12 2020/11/29 19:57:01 sthen Exp $

Use statvfs() on OpenBSD.

Index: source/blender/blenlib/intern/storage.c
--- source/blender/blenlib/intern/storage.c.orig	Wed Sep 23 12:57:35 2020
+++ source/blender/blenlib/intern/storage.c	Sun Nov 22 13:12:51 2020
@@ -29,7 +29,7 @@
 
 #include <sys/stat.h>
 
-#if defined(__NetBSD__) || defined(__DragonFly__) || defined(__HAIKU__)
+#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__HAIKU__)
 /* Other modern unix os's should probably use this also */
 #  include <sys/statvfs.h>
 #  define USE_STATFS_STATVFS
