Re: [PATCH] net/protocols.c: fix build on old machines
Dave Jones <[email protected]> Tue, 2 Feb 2016 11:30:11 -0500
| Newsgroups | org.kernel.vger.trinity |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Feb 02, 2016 at 01:25:21PM +0100, Jiri Slaby wrote: > * include compat.h for PF_* constants > * use PF_NFC only if it can fit into the list > * use PF_ALG only if USE_IF_ALG is defined I committed a slightly different fix for the PF_NFC problem that avoids the #if Let me know if this doesn't work. thanks, Dave