Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| usr.sbin/virtual_oss/virtual_oss/main.c | ||
|---|---|---|
| 2252 | What is the difference between -d and -l? | |
| usr.sbin/virtual_oss/virtual_oss/main.c | ||
|---|---|---|
| 2252 | Oh, I see, it's the last parameter to dup_profile(). Then you can collapse the calls: ptr = dup_profile(&profile, opt_amp, opt_pol, opt_mute[0], opt_mute[1], c == 'L', c == 'd'); | |