diff options
author | jhb <jhb@FreeBSD.org> | 2001-01-05 07:00:45 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-01-05 07:00:45 +0000 |
commit | c89c5ac184c8121ba8c76a673fa9099c1540dcdf (patch) | |
tree | 4b0558e2b6fe45e6228e04fc2007881ac7c6e426 /sys/dev/sound/pcm/mixer.c | |
parent | 1f45c7f8de614b14e53b43eb44d9cefb822c3868 (diff) | |
download | FreeBSD-src-c89c5ac184c8121ba8c76a673fa9099c1540dcdf.zip FreeBSD-src-c89c5ac184c8121ba8c76a673fa9099c1540dcdf.tar.gz |
- For dynamic sysctl's added at runtime, don't assume that the name passed
to the SYSCTL_ADD_FOO() macros is a constant that should be turned into
a string via the pre-processor. Instead, require it to be an explicit
string so that names can be generated on the fly.
- Make some of the char * arguments to sysctl_add_oid() const to quiet
warnings.
Diffstat (limited to 'sys/dev/sound/pcm/mixer.c')
0 files changed, 0 insertions, 0 deletions