From 82f11ef0c50d938173b46e102df1eeef3bce46ae Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 5 Dec 2018 13:53:50 +0100 Subject: sys/linux: add AF_TIPC netlink interface and packet formats --- sys/linux/socket_tipc_amd64.const | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/linux/socket_tipc_amd64.const') diff --git a/sys/linux/socket_tipc_amd64.const b/sys/linux/socket_tipc_amd64.const index 044edca94..ef2a3c101 100644 --- a/sys/linux/socket_tipc_amd64.const +++ b/sys/linux/socket_tipc_amd64.const @@ -20,7 +20,6 @@ TIPC_MCAST_BROADCAST = 133 TIPC_MCAST_REPLICAST = 134 TIPC_NODEID_LEN = 16 TIPC_NODE_RECVQ_DEPTH = 131 -TIPC_NODE_SCOPE = 3 TIPC_NODE_STATE = 0 TIPC_SERVICE_TYPE0 = 64 TIPC_SERVICE_TYPE1 = 65 -- cgit mrf-deployment