Matthew Burgess wrote: > b) It fixes a problem reported against the 6.1 branch either on the > mailing lists or bugzilla Well, heres a quick one e2fsprogs 1.37 tests are breaking cos of a braindead error where include paths are not being supplied to the build of tst_ostype quick patch attached Regards [R] diff -uNr e2fsprogs-1.37-orig/lib/e2p/Makefile.in e2fsprogs-1.37/lib/e2p/Makefile.in --- e2fsprogs-1.37-orig/lib/e2p/Makefile.in 2005-03-20 07:59:38.000000000 +1100 +++ e2fsprogs-1.37/lib/e2p/Makefile.in 2005-03-28 13:39:31.000000000 +1000 @@ -66,7 +66,7 @@ tst_ostype: $(srcdir)/ostype.c @echo " LD $@" - @$(CC) -DTEST_PROGRAM -o tst_ostype $(srcdir)/ostype.c + @$(CC) $(ALL_CFLAGS) -DTEST_PROGRAM -o tst_ostype $(srcdir)/ostype.c check:: tst_ostype ./tst_ostype