A fix is in progress. Warner On Fri, Dec 13, 2019, 6:27 PM Michael Butler <imb_at_protected-networks.net> wrote: > -current now fails to build the DRM drivers :-( > > Building > > /usr/obj/usr/src/amd64.amd64/sys/TOSHI/modules/usr/local/sys/modules/drm-current-kmod/drm/drm_os_freebsd.o > --- drm_os_freebsd.o --- > > /usr/local/sys/modules/drm-current-kmod/drivers/gpu/drm/drm_os_freebsd.c:47:3: > error: implicit declaration of function 'untimeout' is invalid in C99 > [-Werror,-Wimplicit-function-declaration] > untimeout(clear_debug_func, NULL, reset_debug_log_handle); > ^ > > /usr/local/sys/modules/drm-current-kmod/drivers/gpu/drm/drm_os_freebsd.c:57:28: > error: implicit declaration of function 'timeout' is invalid in C99 > [-Werror,-Wimplicit-function-declaration] > reset_debug_log_handle = timeout(clear_debug_func, NULL, > ^ > > /usr/local/sys/modules/drm-current-kmod/drivers/gpu/drm/drm_os_freebsd.c:57:26: > error: assigning to 'struct callout_handle' from incompatible type 'int' > reset_debug_log_handle = timeout(clear_debug_func, NULL, > ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 3 errors generated. > > imb > > _______________________________________________ > freebsd-current_at_freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe_at_freebsd.org" >Received on Sat Dec 14 2019 - 00:30:35 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:22 UTC