Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224454
b: refs/heads/master
c: 20a95a2
h: refs/heads/master
v: v3
  • Loading branch information
Jan Engelhardt authored and David S. Miller committed Nov 21, 2010
1 parent a58eee0 commit a361b4c
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: bbce5a59e4e0e6e1dbc85492caaf310ff6611309
refs/heads/master: 20a95a2169d1cd3da50cf65ba882d0e27a4a2d4f
2 changes: 1 addition & 1 deletion trunk/include/net/netns/generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ struct net_generic {
void *ptr[0];
};

static inline void *net_generic(struct net *net, int id)
static inline void *net_generic(const struct net *net, int id)
{
struct net_generic *ng;
void *ptr;
Expand Down

0 comments on commit a361b4c

Please sign in to comment.