https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262920
Kyle Evans <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected], | |[email protected] --- Comment #7 from Kyle Evans <[email protected]> --- CC toolchain@, maybe. I suspect the networking bits of libsa were all optimized out of userboot before (it can't do network bits), and a toolchain change might've stopped that. I suspect we should just add a bogus getsecs() to userboot that panic()s. I considered a weak getsecs() in libsa, but I think that would hide it from presenting as a compile-time issue in all of the parts of libsa that aren't linked as shared objects. It's not really worth the bhyveload change for something that isn't going to be used to implement it properly. CC imp@ and jhb@ for a second opinion. -- You are receiving this mail because: You are the assignee for the bug.
