Re: Graphic: userspace headers interdependencies

From: Alexey Dobriyan
Date: Sun Jul 23 2006 - 11:24:48 EST


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@xxxxxxxxx>

--- 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/