From 52601ba68852d4498791306ac3d8540aaa7354a1 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Thu, 9 Feb 2017 16:31:44 +0100 Subject: sys: fix socket.txt include --- sys/socket.txt | 1 + sys/socket_amd64.const | 1 + sys/socket_arm64.const | 1 + sys/socket_ppc64le.const | 1 + 4 files changed, 4 insertions(+) (limited to 'sys') diff --git a/sys/socket.txt b/sys/socket.txt index dcc1a6eec..4c628d0a7 100644 --- a/sys/socket.txt +++ b/sys/socket.txt @@ -4,6 +4,7 @@ include include include +include include resource sock[fd] diff --git a/sys/socket_amd64.const b/sys/socket_amd64.const index 65dd51450..0af36e1b4 100644 --- a/sys/socket_amd64.const +++ b/sys/socket_amd64.const @@ -9,6 +9,7 @@ AF_NETLINK = 16 AF_PACKET = 17 AF_UNIX = 1 AF_X25 = 9 +IPPROTO_ICMP = 1 MSG_BATCH = 262144 MSG_CMSG_CLOEXEC = 1073741824 MSG_CONFIRM = 2048 diff --git a/sys/socket_arm64.const b/sys/socket_arm64.const index e20a47fe3..5dc6b5daf 100644 --- a/sys/socket_arm64.const +++ b/sys/socket_arm64.const @@ -9,6 +9,7 @@ AF_NETLINK = 16 AF_PACKET = 17 AF_UNIX = 1 AF_X25 = 9 +IPPROTO_ICMP = 1 MSG_BATCH = 262144 MSG_CMSG_CLOEXEC = 1073741824 MSG_CONFIRM = 2048 diff --git a/sys/socket_ppc64le.const b/sys/socket_ppc64le.const index cf744c72b..ac4d19c90 100644 --- a/sys/socket_ppc64le.const +++ b/sys/socket_ppc64le.const @@ -9,6 +9,7 @@ AF_NETLINK = 16 AF_PACKET = 17 AF_UNIX = 1 AF_X25 = 9 +IPPROTO_ICMP = 1 MSG_BATCH = 262144 MSG_CMSG_CLOEXEC = 1073741824 MSG_CONFIRM = 2048 -- cgit mrf-deployment