mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
synced 2025-10-15 17:28:06 +10: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 |