* [uml-devel] [PATCH 1/4] linux/audit.h needs linux/types.h
@ 2007-03-05 22:41 Jeff Dike
0 siblings, 0 replies; only message in thread
From: Jeff Dike @ 2007-03-05 22:41 UTC (permalink / raw)
To: akpm; +Cc: linux-kernel, user-mode-linux-devel
Include linux/types.h here because we need a definition of __u32. This file
appears not be exported verbatim by libc, so I think this doesn't have any
userspace consequences.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
--
include/linux/audit.h | 1 +
1 file changed, 1 insertion(+)
Index: linux-2.6.18-mm/include/linux/audit.h
===================================================================
--- linux-2.6.18-mm.orig/include/linux/audit.h 2007-02-20 16:16:03.000000000 -0500
+++ linux-2.6.18-mm/include/linux/audit.h 2007-02-20 16:16:25.000000000 -0500
@@ -24,6 +24,7 @@
#ifndef _LINUX_AUDIT_H_
#define _LINUX_AUDIT_H_
+#include <linux/types.h>
#include <linux/elf-em.h>
/* The netlink messages for the audit system is divided into blocks:
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-03-05 22:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-05 22:41 [uml-devel] [PATCH 1/4] linux/audit.h needs linux/types.h Jeff Dike
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox