[PATCH] Compile fix for kernel/sys.c

From: Patrick Mau
Date: Fri Jan 07 2005 - 06:21:09 EST


Hallo everyone,

I need the following patch to compile BK snapshots of today.
"tty_sem" needs to be declared.

Regards,
Patrick

--- ./kernel/sys.c 2005-01-07 12:16:04.000000000 +0100
+++ ./kernel/sys.c.new 2005-01-07 12:06:23.000000000 +0100
@@ -23,6 +23,7 @@
#include <linux/security.h>
#include <linux/dcookies.h>
#include <linux/suspend.h>
+#include <linux/tty.h>

#include <linux/compat.h>
#include <linux/syscalls.h>
-
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/