CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/01/31 11:01:14
Modified files:
sys/dev/ic : aic79xx.c
sys/dev/pci : ahd_pci.c
sys/dev/pci/drm/i915: i915_vgpu.c
sys/dev/usb : uhci.c
sys/dev/wscons : wskbdutil.c
sys/net : pipex.c pipex_local.h
Log message:
Fix compilation of amd64 kernel when optimization is disabled.
C99 inline semantics resulted in undefined symbols.
OK deraadt@ mpi@ dlg@
