blob: 0a266994fabb96785955b7954c455ac5bacf51b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-bs,v 1.1 2008/08/31 06:36:49 scottr Exp $
--- vmware-user-suid-wrapper/locationsdb.c.orig 2008-08-08 02:01:56.000000000 -0500
+++ vmware-user-suid-wrapper/locationsdb.c
@@ -26,7 +26,7 @@
* link against lib/unixinstall.
*/
-#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
|