$NetBSD: patch-bt,v 1.2 2018/01/01 06:56:01 ryoon Exp $

--- vmware-user-suid-wrapper/main.c.orig	2017-12-15 19:09:51.000000000 +0000
+++ vmware-user-suid-wrapper/main.c
@@ -28,7 +28,7 @@
  *      remove blocks in the blocking file system.
  */
 
-#if !defined(sun) && !defined(__FreeBSD__) && !defined(__linux__)
+#if !defined(sun) && !defined(__FreeBSD__) && !defined(__linux__) && !defined(__NetBSD__)
 # error This program is not supported on your platform.
 #endif
 
