14 lines
465 B
Text
14 lines
465 B
Text
|
$NetBSD: patch-bt,v 1.1 2008/08/31 06:36:49 scottr Exp $
|
||
|
|
||
|
--- vmware-user-suid-wrapper/main.c.orig 2008-08-08 02:01:56.000000000 -0500
|
||
|
+++ 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
|
||
|
|