From: "Wojciech \"Sas\" Cieciwa" <cieciwa@alpha.zarz.agh.edu.pl>
To: linux-kernel <linux-kernel@vger.kernel.org>
Subject: 2.6.0-test1-ac3 and Alpha
Date: Fri, 25 Jul 2003 10:46:48 +0000 (UTC) [thread overview]
Message-ID: <Pine.LNX.4.44L.0307251043300.13096-100000@alpha.zarz.agh.edu.pl> (raw)
OK. next problem on Dec ALPHA is missing
F_GETLK64, F_SETKL64 and F_SETLKW64 requires by fs/fcntl.c
fixed by this patch - requires by SELinux too.
--- linux-2.6.0-test1/include/asm-alpha/fcntl.h.org Mon Jul 14 03:35:14 2003
+++ linux-2.6.0-test1/include/asm-alpha/fcntl.h Fri Jul 25 09:09:55 2003
@@ -36,6 +36,10 @@
#define F_SETSIG 10 /* for sockets. */
#define F_GETSIG 11 /* for sockets. */
+#define F_GETLK64 12 /* using 'struct flock64' */
+#define F_SETLK64 13
+#define F_SETLKW64 14
+
/* for F_[GET|SET]FL */
#define FD_CLOEXEC 1 /* actually anything with low bit set goes */
--
{Wojciech 'Sas' Cieciwa} {Member of PLD Team }
{e-mail: cieciwa@alpha.zarz.agh.edu.pl, http://www2.zarz.agh.edu.pl/~cieciwa}
reply other threads:[~2003-07-25 8:40 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=Pine.LNX.4.44L.0307251043300.13096-100000@alpha.zarz.agh.edu.pl \
--to=cieciwa@alpha.zarz.agh.edu.pl \
--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;
as well as URLs for NNTP newsgroup(s).