View | Details | Raw Unified | Return to bug 215353 | Differences between
and this patch

Collapse All | Expand All

(-)emulators/open-vm-tools/files/patch-modules_freebsd_vmmemctl_os.c (+15 lines)
Line 0 Link Here
1
--- modules/freebsd/vmmemctl/os.c.orig	2013-09-23 15:51:10 UTC
2
+++ modules/freebsd/vmmemctl/os.c
3
@@ -827,7 +891,11 @@ vmmemctl_init_sysctl(void)
4
    oid =  sysctl_add_oid(NULL, SYSCTL_STATIC_CHILDREN(_vm), OID_AUTO,
5
                          BALLOON_NAME, CTLTYPE_STRING | CTLFLAG_RD,
6
                          0, 0, vmmemctl_sysctl, "A",
7
-                         BALLOON_NAME_VERBOSE);
8
+                         BALLOON_NAME_VERBOSE
9
+#if __FreeBSD_version >= 1200019
10
+                         , NULL
11
+#endif
12
+                        );
13
 }
14
 
15
 

Return to bug 215353