Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66612
b: refs/heads/master
c: c40f6ff
h: refs/heads/master
v: v3
  • Loading branch information
Denis Cheng authored and David S. Miller committed Oct 10, 2007
1 parent 1065a00 commit a50f23c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 26ff5ddc5ab11e37ab3db469f24324e0ef1d6f63
refs/heads/master: c40f6fff401f693f627d3d44ef7663b993943517
2 changes: 1 addition & 1 deletion trunk/net/ipv4/af_inet.c
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ static struct inet_protosw inetsw_array[] =
}
};

#define INETSW_ARRAY_LEN (sizeof(inetsw_array) / sizeof(struct inet_protosw))
#define INETSW_ARRAY_LEN ARRAY_SIZE(inetsw_array)

void inet_register_protosw(struct inet_protosw *p)
{
Expand Down

0 comments on commit a50f23c

Please sign in to comment.