[PATCH] kernel: fix build break to kernel/sys.c

From: Neil Horman
Date: Fri Jan 07 2005 - 15:36:19 EST


Patch to fix build break in kernel/sys.c, introduced by adding use of tty_sem
to sys.c without including extern reference in tty.h

sys.c | 1 +
1 files changed, 1 insertion(+)

Signed-off-by: Neil Horman <nhorman@xxxxxxxxxx>


--- linux-2.6-latest-appletalk/kernel/sys.c.old 2005-01-07 14:10:22.199884472 -0500
+++ linux-2.6-latest-appletalk/kernel/sys.c 2005-01-07 14:10:52.160329792 -0500
@@ -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>
--
/***************************************************
*Neil Horman
*Software Engineer
*Red Hat, Inc.
*nhorman@xxxxxxxxxx
*gpg keyid: 1024D / 0x92A74FA1
*http://pgp.mit.edu
***************************************************/
-
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/