8e053ee7cb
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
22 lines
963 B
Text
22 lines
963 B
Text
$NetBSD: patch-at,v 1.2 2008/08/31 06:36:48 scottr Exp $
|
|
|
|
--- lib/include/posix.h.orig 2008-08-08 02:01:52.000000000 -0500
|
|
+++ lib/include/posix.h
|
|
@@ -151,7 +151,7 @@ int Posix_Getgrnam_r(ConstUnicode name,
|
|
char *buf, size_t size, struct group **pgr);
|
|
|
|
#if !defined(sun)
|
|
-#if !defined(__APPLE__) && !defined(__FreeBSD__)
|
|
+#if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(__NetBSD__)
|
|
int Posix_Mount(ConstUnicode source, ConstUnicode target,
|
|
const char *filesystemtype, unsigned long mountflags,
|
|
const void *data);
|
|
@@ -161,7 +161,7 @@ struct mntent *Posix_Getmntent(FILE *fp)
|
|
struct mntent *Posix_Getmntent_r(FILE *fp, struct mntent *m,
|
|
char *buf, int size);
|
|
|
|
-#endif // !defined(__APPLE__) && !defined(__FreeBSD__)
|
|
+#endif // !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(__NetBSD__)
|
|
#else // !defined(sun)
|
|
int Posix_Getmntent(FILE *fp, struct mnttab *mp);
|
|
|