aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_vnet.txt.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: fix and regenerate consts on the latest kenrelDmitry Vyukov2021-11-121-1/+1
| | | | Fix missed includes and renamed constants and regenerate const files on 89d714ab60.
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-0/+68
This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983