aboutsummaryrefslogtreecommitdiff
path: root/utils/audit/patches/0003-Make-IPX-packet-interpretation-dependent-on-th.patch
Commit message (Collapse)AuthorAge
* audit: Fix compilation with kernel 5.15Eneas U de Queiroz2022-05-20
Linux 5.15 does not have the linux/ipx.h header. The patch is a partial cherry-pick (skipped ChangeLog) of upstream commit 6b09724c6 ("Make IPX packet interpretation dependent on the ipx header file existing"). Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>