[PATCH] Compile fix for Alpha

From: Jan-Benedict Glaw (jbglaw@lug-owl.de)
Date: Tue Sep 26 2000 - 09:06:16 EST


Hi!

The following patch fixes this compile error:

fcntl.c: In function `do_fcntl':
fcntl.c:294: `F_LINUX_SPECIFIC_BASE' undeclared (first use in this function)
fcntl.c:294: (Each undeclared identifier is reported only once
fcntl.c:294: for each function it appears in.)
make[2]: *** [fcntl.o] Error 1
make[2]: Leaving directory `/usr/src/packages/linux-2.4.0-test9-pre7/fs'

--- include/asm-alpha/fcntl.h.orig Fri Aug 11 23:37:49 2000
+++ include/asm-alpha/fcntl.h Tue Sep 26 16:01:52 2000
@@ -67,4 +67,6 @@
 #define flock64 flock
 #endif
 
+#define F_LINUX_SPECIFIC_BASE 1024
+
 #endif

-- 
Fehler eingestehen, Größe zeigen: Nehmt die Rechtschreibreform zurück!!!
/* Jan-Benedict Glaw <jbglaw@lug-owl.de> -- +49-177-5601720 */
keyID=0x8399E1BB fingerprint=250D 3BCF 7127 0D8C A444 A961 1DBD 5E75 8399 E1BB
     "insmod vi.o and there we go..." (Alexander Viro on linux-kernel)


- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Sep 30 2000 - 21:00:17 EST