1 #include <u.h> 2 #include <libc.h> 3 #include <bio.h> 4 5 int Bfildes(Biobufhdr * bp)6 Bfildes(Biobufhdr *bp) 7 { 8 9 return bp->fid; 10 } 11