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}- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Thu Jul 31 2003 - 22:00:25 EST