diff options
| author | Alexander Viro <viro@parcelfarce.linux.theplanet.co.uk> | 2004-10-20 03:16:17 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-10-20 03:16:17 -0700 |
| commit | a962bb7a4d2226dc7eee62e23930ca1cfd04af31 (patch) | |
| tree | 6a2262f9db8807b372c48866950e0d3907bead53 /include/linux/if_ppp.h | |
| parent | f878ebd9cc586f7a687f28ff4f4db24e70b3e40a (diff) | |
[PATCH] if_ppp.h __user annotation
annotated ioctl structure
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/if_ppp.h')
| -rw-r--r-- | include/linux/if_ppp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/if_ppp.h b/include/linux/if_ppp.h index 6ee8b0470b1d..572aff7daa21 100644 --- a/include/linux/if_ppp.h +++ b/include/linux/if_ppp.h @@ -92,7 +92,7 @@ struct npioctl { /* Structure describing a CCP configuration option, for PPPIOCSCOMPRESS */ struct ppp_option_data { - __u8 *ptr; + __u8 __user *ptr; __u32 length; int transmit; }; |
