Index: third_party/electron_node/deps/uv/src/unix/fs.c
--- third_party/electron_node/deps/uv/src/unix/fs.c.orig
+++ third_party/electron_node/deps/uv/src/unix/fs.c
@@ -545,7 +545,7 @@ static int uv__fs_statfs(uv_fs_t* req) {
     return -1;
   }
 
-#if defined(__sun) || defined(__MVS__)
+#if defined(__sun) || defined(__MVS__) || defined(__OpenBSD__)
   stat_fs->f_type = 0;  /* f_type is not supported. */
 #else
   stat_fs->f_type = buf.f_type;
