when compiling LFS (after restoring appropriate files in conf/files):
lfs_bio.c 123: TAILQ_INSERT_TAIL(&bdirties,bp,p_synclist);
^^^ Error - because it is never defined
lfs_bio.c 126: bdirties.tqh_first -- same
How to correct?