summaryrefslogtreecommitdiff
path: root/sysutils/open-vm-tools/patches/patch-aq
blob: 6e37a5b5f939fbcbae40ad44bbb230327c1954b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aq,v 1.3 2016/10/09 03:41:56 ryoon Exp $

--- lib/include/hgfsUtil.h.orig	2016-02-16 20:06:46.000000000 +0000
+++ lib/include/hgfsUtil.h
@@ -59,7 +59,8 @@
        !defined sun && \
        !defined __FreeBSD__ && \
        !__APPLE__ && \
-       !defined _WIN32
+       !defined _WIN32 && \
+       !defined __NetBSD__
 struct timespec {
    time_t tv_sec;
    long   tv_nsec;