[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.0.999.0707171745180.27353@woody.linux-foundation.org>
Date: Tue, 17 Jul 2007 17:46:39 -0700 (PDT)
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Michal Piotrowski <michal.k.k.piotrowski@...il.com>
cc: James Morris <jmorris@...ei.org>,
Stephen Smalley <sds@...ho.nsa.gov>,
Paul Moore <paul.moore@...com>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 0/2] SELinux Netlabel updates
On Wed, 18 Jul 2007, Michal Piotrowski wrote:
>
> Once again I tested both patches, build log shows only this
You clearly didn't test them with CONFIG_NETLABEL set to off, or you have
a buggy compiler.
You had
int netlbl_enabled(void)
{
return 0;
}
in a header file.
Now think for a moment what happens when that header file gets included
multiple times from different C files?
Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists