* [patch] selinux build fix
@ 2004-01-21 16:13 Gerd Knorr
2004-01-21 16:52 ` Stephen Smalley
0 siblings, 1 reply; 2+ messages in thread
From: Gerd Knorr @ 2004-01-21 16:13 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton, Kernel List
Hi
trivial one: uses __init and thus needs linux/init.h
Gerd
--- linux/security/selinux/netif.c.se 2004-01-21 16:42:10.000000000 +0100
+++ linux/security/selinux/netif.c 2004-01-21 16:42:22.000000000 +0100
@@ -12,6 +12,7 @@
* it under the terms of the GNU General Public License version 2,
* as published by the Free Software Foundation.
*/
+#include <linux/init.h>
#include <linux/types.h>
#include <linux/stddef.h>
#include <linux/kernel.h>
--
"... und auch das ganze Wochenende oll" -- Wetterbericht auf RadioEins
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-01-21 16:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-21 16:13 [patch] selinux build fix Gerd Knorr
2004-01-21 16:52 ` Stephen Smalley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox