On Wed, Aug 31, 2016 at 01:22:43AM -0600, Alexandre Ratchov wrote: > CVSROOT: /cvs > Module name: src > Changes by: ratc...@cvs.openbsd.org 2016/08/31 01:22:43 > > Modified files: > share/man/man4 : audio.4 > sys/dev : audio.c audio_if.h > sys/sys : audioio.h > sys/kern : kern_pledge.c > > Log message: > Delete unused ioctls and associated macros. Move macros that are still > used internally by low-level drivers from sys/audioio.h to > dev/audio_if.h instead of deleting them.
This broke ports/x11/emiclock. error: 'AUDIO_DRAIN' undeclared (first use in this function) -- Antoine