mirror of
https://github.com/torvalds/linux.git
synced 2026-05-18 11:38:01 +02:00
The pack strings use 'b' signed char for cmd and version but struct
genlmsghdr defines them as unsigned char. Use 'B' instead.
Fixes:
|
||
|---|---|---|
| .. | ||
| lib | ||
| cli.py | ||
| ynl-gen-c.py | ||
| ynl-regen.sh | ||