Bug 215367

Summary: emulators/open-vm-tools: fails to compile due to sysctl(9) changes
Product: Ports & Packages Reporter: Enji Cooper <ngie>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed DUPLICATE    
Severity: Affects Some People CC: ed, ngie
Priority: --- Flags: bugzilla: maintainer-feedback? (swills)
Version: Latest   
Hardware: Any   
OS: Any   

Description Enji Cooper freebsd_committer freebsd_triage 2016-12-17 23:27:29 UTC
2029 os.c:894:46: error: too few arguments to function call, expected 11, have 10
2030                          BALLOON_NAME_VERBOSE);
2031                                              ^
2032 /usr/src/git/sys/sys/sysctl.h:1014:1: note: 'sysctl_add_oid' declared here
2033 struct sysctl_oid *sysctl_add_oid(struct sysctl_ctx_list *clist,
2034 ^
2035 1 error generated.
2036 --- os.o ---
2037 *** [os.o] Error code 1
Comment 2 Enji Cooper freebsd_committer freebsd_triage 2016-12-18 00:10:34 UTC
Bug 215353 is already tracking this issue...

*** This bug has been marked as a duplicate of bug 215353 ***