FreeBSD Bugzilla – Attachment 178024 Details for
Bug 215353
emulators/open-vm-tools emulators/open-vm-tools-nox11: Fix build after sysctl changes in head r310051
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix sysctl_add_oid() for head after r310051
emulators__open-vm-tools-fix-sysctl-1.diff (text/plain), 1.24 KB, created by
Dimitry Andric
on 2016-12-17 14:30:56 UTC
(
hide
)
Description:
Fix sysctl_add_oid() for head after r310051
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2016-12-17 14:30:56 UTC
Size:
1.24 KB
patch
obsolete
>Index: emulators/open-vm-tools/files/patch-modules_freebsd_vmmemctl_os.c >=================================================================== >--- emulators/open-vm-tools/files/patch-modules_freebsd_vmmemctl_os.c (nonexistent) >+++ emulators/open-vm-tools/files/patch-modules_freebsd_vmmemctl_os.c (working copy) >@@ -0,0 +1,15 @@ >+--- modules/freebsd/vmmemctl/os.c.orig 2013-09-23 15:51:10 UTC >++++ modules/freebsd/vmmemctl/os.c >+@@ -827,7 +891,11 @@ vmmemctl_init_sysctl(void) >+ oid = sysctl_add_oid(NULL, SYSCTL_STATIC_CHILDREN(_vm), OID_AUTO, >+ BALLOON_NAME, CTLTYPE_STRING | CTLFLAG_RD, >+ 0, 0, vmmemctl_sysctl, "A", >+- BALLOON_NAME_VERBOSE); >++ BALLOON_NAME_VERBOSE >++#if __FreeBSD_version >= 1200019 >++ , NULL >++#endif >++ ); >+ } >+ >+ > >Property changes on: emulators/open-vm-tools/files/patch-modules_freebsd_vmmemctl_os.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 215353
:
178024
|
178025