From 1ef2d24f8f3a41459401a17747afc08673dc0fce Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Tue, 16 May 2006 15:17:49 -0700 Subject: [PATCH] --- yaml --- r: 26780 b: refs/heads/master c: 4ac396c0467993853d3d58c0975151515700c07b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/ipx/af_ipx.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 0a981bf7eb5d..beccb430a325 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 53d42f541278b6c97724465b19bae4730d7a85c8 +refs/heads/master: 4ac396c0467993853d3d58c0975151515700c07b diff --git a/trunk/net/ipx/af_ipx.c b/trunk/net/ipx/af_ipx.c index 2dbf134d5266..811d998725bc 100644 --- a/trunk/net/ipx/af_ipx.c +++ b/trunk/net/ipx/af_ipx.c @@ -944,9 +944,9 @@ static int ipxitf_create_internal(struct ipx_interface_definition *idef) return rc; } -static int ipx_map_frame_type(unsigned char type) +static __be16 ipx_map_frame_type(unsigned char type) { - int rc = 0; + __be16 rc = 0; switch (type) { case IPX_FRAME_ETHERII: rc = htons(ETH_P_IPX); break;