mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-02-01 20:33:14 +00:00
The pack strings use 'b' signed char for cmd and version but struct
genlmsghdr defines them as unsigned char. Use 'B' instead.
Fixes:
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| .gitignore | ||
| nlspec.py | ||
| ynl.py | ||