]> git.pld-linux.org Git - packages/kernel.git/blob - 2.6.2rc1-selinux-netif.patch
- fix unresolved symbols in ipv6 netfilter
[packages/kernel.git] / 2.6.2rc1-selinux-netif.patch
1 From kraxel@bytesex.org Wed Jan 21 17:13:31 2004
2 Return-path: <linux-kernel-owner+arekm=40pld-linux.org@vger.kernel.org>
3 Envelope-to: arekm@sse.pl
4 Delivery-date: Wed, 21 Jan 2004 17:36:49 +0100
5 Received: from virtual.perfopol.pl [213.25.186.10]
6         by localhost with POP3 (fetchmail-6.2.5)
7         for arekm@localhost (single-drop); Wed, 21 Jan 2004 17:40:11 +0100 (CET)
8 Received: from gabber.metalab.unc.edu ([152.2.241.57])
9         by mail.perfopol.pl with smtp (Exim 4.24)
10         id 1AjLLQ-0004x6-8O
11         for arekm@sse.pl; Wed, 21 Jan 2004 17:36:44 +0100
12 Received: (qmail 10623 invoked by uid 1012); 21 Jan 2004 16:36:43 -0000
13 Delivered-To: pld-arekm@pld-linux.org
14 Received: (qmail 10619 invoked from network); 21 Jan 2004 16:36:43 -0000
15 Received: from vger.kernel.org (67.72.78.212)
16   by gabber.metalab.unc.edu with SMTP; 21 Jan 2004 16:36:43 -0000
17 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand
18         id S265728AbUAUQZU (ORCPT <rfc822;arekm@pld-linux.org>);
19         Wed, 21 Jan 2004 11:25:20 -0500
20 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265744AbUAUQZU
21         (ORCPT <rfc822;linux-kernel-outgoing>);
22         Wed, 21 Jan 2004 11:25:20 -0500
23 Received: from hirsch.in-berlin.de ([192.109.42.6]:31126 "EHLO
24         hirsch.in-berlin.de") by vger.kernel.org with ESMTP id S265728AbUAUQZQ
25         (ORCPT <rfc822;linux-kernel@vger.kernel.org>);
26         Wed, 21 Jan 2004 11:25:16 -0500
27 X-Envelope-From: kraxel@bytesex.org
28 Received: from hirsch.in-berlin.de (localhost [127.0.0.1])
29         by hirsch.in-berlin.de (8.12.10/8.12.10/Debian-6) with ESMTP id i0LGPBcl010646;
30         Wed, 21 Jan 2004 17:25:11 +0100
31 Received: (from uucp@localhost)
32         by hirsch.in-berlin.de (8.12.10/8.12.10/Debian-5) with UUCP id i0LGPBAR010642;
33         Wed, 21 Jan 2004 17:25:11 +0100
34 Received: from bytesex.org (kraxel@localhost [127.0.0.1])
35         by bytesex.org (8.12.3/8.12.3/Debian-6.6) with ESMTP id i0LGDVnW002537;
36         Wed, 21 Jan 2004 17:13:31 +0100
37 Received: (from kraxel@localhost)
38         by bytesex.org (8.12.3/8.12.3/Debian-6.6) id i0LGDVqY002536;
39         Wed, 21 Jan 2004 17:13:31 +0100
40 Date:   Wed, 21 Jan 2004 17:13:31 +0100
41 From:   Gerd Knorr <kraxel@bytesex.org>
42 To: Linus Torvalds <torvalds@osdl.org>,
43  Andrew Morton <akpm@osdl.org>,
44  Kernel List <linux-kernel@vger.kernel.org>
45 Subject: [patch] selinux build fix
46 Message-ID: <20040121161331.GA2531@bytesex.org>
47 Mime-Version: 1.0
48 Content-Type: text/plain;
49   charset=us-ascii
50 Content-Disposition: inline
51 User-Agent: Mutt/1.5.3i
52 Sender: linux-kernel-owner@vger.kernel.org
53 Precedence: bulk
54 X-Mailing-List: linux-kernel@vger.kernel.org
55 Status: R
56 X-Status: N
57 X-KMail-EncryptionState:  
58 X-KMail-SignatureState:  
59 X-KMail-MDN-Sent:  
60
61   Hi
62
63 trivial one: uses __init and thus needs linux/init.h
64
65   Gerd
66
67 --- linux/security/selinux/netif.c.se   2004-01-21 16:42:10.000000000 +0100
68 +++ linux/security/selinux/netif.c      2004-01-21 16:42:22.000000000 +0100
69 @@ -12,6 +12,7 @@
70   * it under the terms of the GNU General Public License version 2,
71   * as published by the Free Software Foundation.
72   */
73 +#include <linux/init.h>
74  #include <linux/types.h>
75  #include <linux/stddef.h>
76  #include <linux/kernel.h>
77
78 -- 
79 "... und auch das ganze Wochenende oll" -- Wetterbericht auf RadioEins
80 -
81 To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
82 the body of a message to majordomo@vger.kernel.org
83 More majordomo info at  http://vger.kernel.org/majordomo-info.html
84 Please read the FAQ at  http://www.tux.org/lkml/
85
86
This page took 0.096044 seconds and 3 git commands to generate.