lkml.org 
[lkml]   [2006]   [Jul]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: Graphic: userspace headers interdependencies
On Sun, Jul 23, 2006 at 12:15:23PM +0200, Adrian Bunk wrote:
> I've written a quick'n'dirty script for visualizing the
> interdependencies of the i386 userspace headers in 2.6.18-rc2.
>
> In case anyone is interested, it's at [1] (warning: it's big).
>
> The graphic also shows some problems like headers including not exported
> headers. I'm currently working on fixing such issues in my hdrcleanup
> tree.

[PATCH] mqueue.h: don't include linux/types.h

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>

--- a/include/linux/mqueue.h
+++ b/include/linux/mqueue.h
@@ -18,8 +18,6 @@
#ifndef _LINUX_MQUEUE_H
#define _LINUX_MQUEUE_H

-#include <linux/types.h>
-
#define MQ_PRIO_MAX 32768
/* per-uid limit of kernel memory used by mqueue, in bytes */
#define MQ_BYTES_MAX 819200
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-07-23 17:29    [W:0.104 / U:0.592 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site