Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 68367 Build 65250: arc lint + arc unit
Event Timeline
| sys/dev/sound/pcm/buffer.c | ||
|---|---|---|
| 285–286 | for (; length > 0; length--, i++)
p[i % b->bufsize] = data; | |