diff options
Diffstat (limited to 'sysutils/open-vm-tools/patches/patch-ax')
-rw-r--r-- | sysutils/open-vm-tools/patches/patch-ax | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sysutils/open-vm-tools/patches/patch-ax b/sysutils/open-vm-tools/patches/patch-ax index b20dce0143f..e2b7061cdf7 100644 --- a/sysutils/open-vm-tools/patches/patch-ax +++ b/sysutils/open-vm-tools/patches/patch-ax @@ -1,4 +1,4 @@ -$NetBSD: patch-ax,v 1.3 2008/09/05 04:34:46 bjs Exp $ +$NetBSD: patch-ax,v 1.4 2008/09/14 16:15:05 bjs Exp $ --- lib/include/vm_basic_types.h.orig 2008-08-08 03:01:52.000000000 -0400 +++ lib/include/vm_basic_types.h @@ -39,12 +39,3 @@ $NetBSD: patch-ax,v 1.3 2008/09/05 04:34:46 bjs Exp $ # ifdef _BSD_SIZE_T_ # undef _BSD_SIZE_T_ # ifdef VM_I386 -@@ -825,6 +826,8 @@ typedef void * UserVA; - */ - #if defined(__FreeBSD__) && (__FreeBSD__ + 0) && ((__FreeBSD__ + 0) >= 5) - # define FMTTIME FMTSZ"d" -+#elif defined (__NetBSD__) -+# define FMTTIME PRId32 - #else - # define FMTTIME "ld" - #endif |