lkml.org 
[lkml]   [2005]   [Jan]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] kernel: fix build break to kernel/sys.c
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@redhat.com>


--- 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@redhat.com
*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@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: 2005-03-22 14:09    [W:0.033 / U:0.448 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site