diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-09-19 15:39:13 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-09-19 15:44:36 -0400 |
| commit | d3d7feb597209336816814e3e0dfb2f5405ecea3 (patch) | |
| tree | b259bd08cbf736c0c988db2b1dc09470b0afd6a3 /include/linux/socket.h | |
| parent | 16296beaa5ff0b51e1b9e88848206dcea5cd2a32 (diff) | |
include: update include/linux
Newer versions of the linux kernel have made their way into the wild.
Update some headers.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'include/linux/socket.h')
| -rw-r--r-- | include/linux/socket.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/linux/socket.h b/include/linux/socket.h index 8c1e501774..8eb9602170 100644 --- a/include/linux/socket.h +++ b/include/linux/socket.h @@ -1,5 +1,6 @@ -#ifndef _LINUX_SOCKET_H -#define _LINUX_SOCKET_H +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ +#ifndef _UAPI_LINUX_SOCKET_H +#define _UAPI_LINUX_SOCKET_H /* * Desired design of maximum size and alignment (see RFC2553) @@ -18,4 +19,4 @@ struct __kernel_sockaddr_storage { /* _SS_MAXSIZE value minus size of ss_family */ } __attribute__ ((aligned(_K_SS_ALIGNSIZE))); /* force desired alignment */ -#endif /* _LINUX_SOCKET_H */ +#endif /* _UAPI_LINUX_SOCKET_H */ |
