From: Neil Horman <nhorman@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: torvalds@osdl.org
Subject: [PATCH] kernel: fix build break to kernel/sys.c
Date: Fri, 7 Jan 2005 15:27:58 -0500 [thread overview]
Message-ID: <20050107202758.GA28018@devserv.devel.redhat.com> (raw)
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
***************************************************/
reply other threads:[~2005-01-07 20:32 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050107202758.GA28018@devserv.devel.redhat.com \
--to=nhorman@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.