From patchwork Wed Apr 7 05:26:52 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavel Roskin X-Patchwork-Id: 90921 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o375Qsci020521 for ; Wed, 7 Apr 2010 05:26:54 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752181Ab0DGF0x (ORCPT ); Wed, 7 Apr 2010 01:26:53 -0400 Received: from c60.cesmail.net ([216.154.195.49]:10390 "EHLO c60.cesmail.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752133Ab0DGF0x (ORCPT ); Wed, 7 Apr 2010 01:26:53 -0400 Received: from unknown (HELO smtprelay2.cesmail.net) ([192.168.1.112]) by c60.cesmail.net with ESMTP; 07 Apr 2010 01:26:53 -0400 Received: from mj.roinet.com (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by smtprelay2.cesmail.net (Postfix) with ESMTPSA id 7C8CA34C6A; Wed, 7 Apr 2010 01:31:22 -0400 (EDT) Subject: [PATCH] compat: add net/net_namespace.h stub for Linux 2.6.23 and older To: "Luis R. Rodriguez" , linux-wireless@vger.kernel.org From: Pavel Roskin Date: Wed, 07 Apr 2010 01:26:52 -0400 Message-ID: <20100407052652.23137.84949.stgit@mj.roinet.com> User-Agent: StGit/0.15-58-geec5 MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Wed, 07 Apr 2010 05:26:55 +0000 (UTC) diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h new file mode 100644 index 0000000..206c0c1 --- /dev/null +++ b/include/net/net_namespace.h @@ -0,0 +1,8 @@ +#ifndef _COMPAT_NET_NET_NAMESPACE_H +#define _COMPAT_NET_NET_NAMESPACE_H 1 + +#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,23)) +#include_next +#endif /* (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,23)) */ + +#endif /* _COMPAT_NET_NET_NAMESPACE_H */