2005-01-07 11:19:30

by Patrick Mau

[permalink] [raw]
Subject: [PATCH] Compile fix for kernel/sys.c

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>