$OpenBSD: patch-source_blender_blenlib_intern_storage_c,v 1.11 2015/09/22 18:48:40 pascal Exp $

Use statvfs() on OpenBSD.

--- source/blender/blenlib/intern/storage.c.orig	Thu Jul  2 11:28:14 2015
+++ source/blender/blenlib/intern/storage.c	Thu Sep 10 19:35:19 2015
@@ -37,7 +37,7 @@
 
 #include <sys/stat.h>
 
-#if defined(__NetBSD__) || defined(__DragonFly__) || defined(__sun__) || defined(__sun)
+#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__sun__) || defined(__sun)
    /* Other modern unix os's should probably use this also */
 #  include <sys/statvfs.h>
 #  define USE_STATFS_STATVFS
