linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kernel: fix build break to kernel/sys.c
@ 2005-01-07 20:27 Neil Horman
  0 siblings, 0 replies; only message in thread
From: Neil Horman @ 2005-01-07 20:27 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds

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
 ***************************************************/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-07 20:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-07 20:27 [PATCH] kernel: fix build break to kernel/sys.c Neil Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).