Re: [IP] TUNNEL: Fix to be built with user application.

2007-01-23 Thread David Miller
From: Masahide NAKAMURA <[EMAIL PROTECTED]> Date: Wed, 3 Jan 2007 18:42:53 +0900 > include/linux/if_tunnel.h is broken for user application > because it was changed to use __be32 which is required > to include linux/types.h in advance but didn't. > > (This issue is found when building MIPL2 daem

[IP] TUNNEL: Fix to be built with user application.

2007-01-03 Thread Masahide NAKAMURA
include/linux/if_tunnel.h is broken for user application because it was changed to use __be32 which is required to include linux/types.h in advance but didn't. (This issue is found when building MIPL2 daemon. We are not sure this is the last header to be fixed about __be32.) Signed-off-by: Masahi