From: Prarit Bhargava <prarit@sgi.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH]: Missing #include in kernel/sys.c build fix
Date: Fri, 07 Jan 2005 10:57:34 -0500 [thread overview]
Message-ID: <41DEB16E.3030102@sgi.com> (raw)
Latest bk pull is broken due to missing #include in kernel/sys.c
--- linux-2.5.orig/kernel/sys.c 2005-01-07 09:54:20.505756616 -0500
+++ linux-2.5/kernel/sys.c 2005-01-07 09:43:21.790575604 -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>
reply other threads:[~2005-01-07 15:57 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=41DEB16E.3030102@sgi.com \
--to=prarit@sgi.com \
--cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome