diff options
Diffstat (limited to 'include/net/inet_common.h')
| -rw-r--r-- | include/net/inet_common.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/inet_common.h b/include/net/inet_common.h index b7952d55b9c0..f39ae697347f 100644 --- a/include/net/inet_common.h +++ b/include/net/inet_common.h @@ -20,7 +20,8 @@ int __inet_stream_connect(struct socket *sock, struct sockaddr *uaddr,  			  int addr_len, int flags, int is_sendmsg);  int inet_dgram_connect(struct socket *sock, struct sockaddr *uaddr,  		       int addr_len, int flags); -int inet_accept(struct socket *sock, struct socket *newsock, int flags); +int inet_accept(struct socket *sock, struct socket *newsock, int flags, +		bool kern);  int inet_sendmsg(struct socket *sock, struct msghdr *msg, size_t size);  ssize_t inet_sendpage(struct socket *sock, struct page *page, int offset,  		      size_t size, int flags);  | 
