enhancements: - Simple command-line tools to interface with VMware host - Guest OS scripts that can be triggered by the VMware host - Startup script When compiled with X11 support (the default), this release also provides: - GTK+-based GUI to configure time sync, device connections, and scripts - Helper application to interface with the xf86-video-vmware driver, enabling dynamic screen resize
13 lines
520 B
Text
13 lines
520 B
Text
$NetBSD: patch-ag,v 1.2 2008/08/31 06:36:47 scottr Exp $
|
|
|
|
--- lib/dynxdr/dynxdr.c.orig 2008-08-08 02:01:53.000000000 -0500
|
|
+++ lib/dynxdr/dynxdr.c
|
|
@@ -54,7 +54,7 @@ typedef struct DynXdrData {
|
|
* Mac OS X, FreeBSD and Solaris don't take a const parameter to the
|
|
* "x_getpostn" function.
|
|
*/
|
|
-#if defined(__APPLE__) || defined(__FreeBSD__) || defined(sun)
|
|
+#if defined(__APPLE__) || defined(__FreeBSD__) || defined(sun) | defined(__NetBSD__)
|
|
# define DYNXDR_GETPOS_CONST
|
|
#else
|
|
# define DYNXDR_GETPOS_CONST const
|