Messages in this thread Patch in this message |  | | Date | Tue, 26 Sep 2000 16:06:16 +0200 | From | Jan-Benedict Glaw <> | Subject | [PATCH] Compile fix for Alpha |
| |
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)[unhandled content-type:application/pgp-signature] |  |