NetBSD/sys/compat/ossaudio
dsl 7e2790cf6f Convert all the system call entry points from:
int foo(struct lwp *l, void *v, register_t *retval)
to:
    int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code to not write into 'uap' and (in some cases) to actually
pass a correctly formatted 'uap' structure with the right name to the
next routine.
A few 'compat' routines that just call standard ones have been deleted.
All the 'compat' code compiles (along with the kernels required to test
build it).
98% done by automated scripts.
2007-12-20 23:02:38 +00:00
..
files.ossaudio add compat_ossaudio 2003-01-18 22:34:23 +00:00
ossaudio.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
ossaudio.h Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
ossaudiovar.h Implement OSS_SNDCTL_DSP_GETODELAY and provide a no-op function 2007-09-18 19:49:53 +00:00