diff options
| author | Alexander Viro <viro@parcelfarce.linux.theplanet.co.uk> | 2004-05-30 06:06:56 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-05-30 06:06:56 -0700 |
| commit | babae77f5ec10ce48a494c626af8318063cc4aa4 (patch) | |
| tree | 6ab02b46a3f47f742259f6094e5aeaf51b88e809 /include/net/ip.h | |
| parent | b623544c9656f026495eeb5dd1e0bb7cb7799f5b (diff) | |
[PATCH] sparse: trivial part of net/* annotation
Diffstat (limited to 'include/net/ip.h')
| -rw-r--r-- | include/net/ip.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/net/ip.h b/include/net/ip.h index 951a5396246d..0caf7bc577ba 100644 --- a/include/net/ip.h +++ b/include/net/ip.h @@ -300,11 +300,11 @@ extern int ipv4_proc_init(void); * fed into the routing cache should use these handlers. */ int ipv4_doint_and_flush(ctl_table *ctl, int write, - struct file* filp, void *buffer, + struct file* filp, void __user *buffer, size_t *lenp); -int ipv4_doint_and_flush_strategy(ctl_table *table, int *name, int nlen, - void *oldval, size_t *oldlenp, - void *newval, size_t newlen, +int ipv4_doint_and_flush_strategy(ctl_table *table, int __user *name, int nlen, + void __user *oldval, size_t __user *oldlenp, + void __user *newval, size_t newlen, void **context); #endif /* _IP_H */ |
