linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.0-test1-ac3 and Alpha
@ 2003-07-25 10:46 Wojciech "Sas" Cieciwa
  0 siblings, 0 replies; only message in thread
From: Wojciech "Sas" Cieciwa @ 2003-07-25 10:46 UTC (permalink / raw)
  To: linux-kernel


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}


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

only message in thread, other threads:[~2003-07-25  8:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-25 10:46 2.6.0-test1-ac3 and Alpha Wojciech "Sas" Cieciwa

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).