diff options
| author | Andrew Morton <akpm@digeo.com> | 2003-05-25 01:10:18 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-05-25 01:10:18 -0700 |
| commit | 2a52198be4817db0a6f20271e84bda53e89a4b93 (patch) | |
| tree | 96dec5e4b7bc893a78434691c13624280a5222ae /include | |
| parent | 396382dc13fbbf13f2514925cbb36d8356a92da4 (diff) | |
[PATCH] siocdevprivate_ioctl warning fix
fs/compat.c: In function `compat_sys_ioctl':
fs/compat.c:324: warning: implicit declaration of function `siocdevprivate_ioctl'
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/sock.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/sock.h b/include/net/sock.h index 69162b947e44..3d4ba5ff3943 100644 --- a/include/net/sock.h +++ b/include/net/sock.h @@ -944,4 +944,6 @@ static inline void sock_valbool_flag(struct sock *sk, int bit, int valbool) extern __u32 sysctl_wmem_max; extern __u32 sysctl_rmem_max; +int siocdevprivate_ioctl(unsigned int fd, unsigned int cmd, unsigned long arg); + #endif /* _SOCK_H */ |
