Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757152Ab0KVSjZ (ORCPT ); Mon, 22 Nov 2010 13:39:25 -0500 Received: from bhuna.collabora.co.uk ([93.93.128.226]:38589 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757096Ab0KVSjY (ORCPT ); Mon, 22 Nov 2010 13:39:24 -0500 From: Alban Crequy To: Alban Crequy Cc: "David S. Miller" , Eric Dumazet , Stephen Hemminger , Cyrill Gorcunov , Alexey Dobriyan , Lennart Poettering , Kay Sievers , Ian Molton , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Alban Crequy Subject: [PATCH 1/9] AF_UNIX: Add constant for Unix socket options level Date: Mon, 22 Nov 2010 18:36:14 +0000 Message-Id: <1290450982-17480-1-git-send-email-alban.crequy@collabora.co.uk> X-Mailer: git-send-email 1.7.1 In-Reply-To: <20101122183447.124afce5@chocolatine.cbg.collabora.co.uk> References: <20101122183447.124afce5@chocolatine.cbg.collabora.co.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 811 Lines: 28 Assign the next free socket options level to be used by the Unix protocol and address family. Signed-off-by: Alban Crequy --- include/linux/socket.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/socket.h b/include/linux/socket.h index 86b652f..7c5a4da 100644 --- a/include/linux/socket.h +++ b/include/linux/socket.h @@ -307,6 +307,7 @@ struct ucred { #define SOL_RDS 276 #define SOL_IUCV 277 #define SOL_CAIF 278 +#define SOL_UNIX 279 /* IPX options */ #define IPX_TYPE 1 -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/