Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26780
b: refs/heads/master
c: 4ac396c
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and David S. Miller committed May 16, 2006
1 parent 6dcfd9d commit 1ef2d24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 53d42f541278b6c97724465b19bae4730d7a85c8
refs/heads/master: 4ac396c0467993853d3d58c0975151515700c07b
4 changes: 2 additions & 2 deletions trunk/net/ipx/af_ipx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1ef2d24

Please sign in to comment.