Messages in this thread |  | | From | Kevin Lentin <> | Subject | ncr53c8xx.c dependancy problem | Date | Tue, 3 Dec 1996 11:54:10 +1100 (EST) |
| |
In addition to the problems already discussed with mkdep.c, there is another problem in ncr53c8xx.c. The following code:
#include <linux/version.h> #if LINUX_VERSION_CODE >= LinuxVersionCode(1,3,0) #include "linux/blk.h" #else #include "../block/blk.h" #endif
breaks mkdep.c on the second dependancy as we already know but the first is wrong too. It should be in <> not in "".
-- [======================================================================] [ Kevin Lentin Email: K.Lentin@cs.monash.edu.au ] [ finger kevinl@fangorn.cs.monash.edu.au for PGP public key block. ] [ KeyId: 06808EED FingerPrint: 6024308DE1F84314 811B511DBA6FD596 ] [======================================================================]
|  |