mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
465 B
Plaintext
14 lines
465 B
Plaintext
$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
|
|
|