diff options
author | Al Viro | 2005-10-21 03:20:43 -0400 |
---|---|---|
committer | Linus Torvalds | 2005-10-28 08:16:47 -0700 |
commit | 7d877f3bda870ab5f001bd92528654471d5966b3 (patch) | |
tree | 1c05b62abead153956c4ca250ffb1891887e77c9 /net/core | |
parent | fd4f2df24bc23e6b8fc069765b425c7dacf52347 (diff) |
[PATCH] gfp_t: net/*
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'net/core')
-rw-r--r-- | net/core/sock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/sock.c b/net/core/sock.c index 1c52fe809eda..9602ceb3bac9 100644 --- a/net/core/sock.c +++ b/net/core/sock.c @@ -940,7 +940,7 @@ static struct sk_buff *sock_alloc_send_pskb(struct sock *sk, int noblock, int *errcode) { struct sk_buff *skb; - unsigned int gfp_mask; + gfp_t gfp_mask; long timeo; int err; |