lkml.org 
[lkml]   [1999]   [Feb]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjectnetdevice.h micro patch

Please apply the following patch to include/linux/netdevice.h

MAX_HEADER is set dependent on definition of used network features.
It's set too small if you define IPIP as a module, because
CONFIG_NET_IPIP is undef'ed in autoconf.h and only CONF_NET_IPIP_MODULE
has a value of 1. I don't even know if that causes any problem.

61c61
< #if !defined(CONFIG_NET_IPIP) && \
---
> #if !defined(CONFIG_NET_IPIP) && !defined(CONFIG_NET_IPIP_MODULE) && \

My 0.00 Euro.

Regards

Frank Bernard
frankb@ipf.de


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:50    [W:0.030 / U:0.520 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site