On Thu, Jan 20, 2011 at 11:21:13PM +0100, Karel Zak wrote: > On Tue, Jan 18, 2011 at 06:00:38PM +0100, Fabian Groffen wrote: > > On 18-01-2011 00:35:25 +0100, Karel Zak wrote: > > > On Mon, Jan 17, 2011 at 10:00:34PM +0100, Fabian Groffen wrote: > > > > --- a/shlibs/blkid/src/partitions/partitions.c > > > > +++ b/shlibs/blkid/src/partitions/partitions.c > > > > @@ -14,6 +14,9 @@ > > > > #include <fcntl.h> > > > > #include <ctype.h> > > > > #include <sys/types.h> > > > > +#if HAVE_SYS_MKDEV_H > > > > +#include <sys/mkdev.h> > > > > +#endif > > > > > > What about to include <sys/mkdev.h> from include/blkdev.h to make it > > > available in all places in the package? > > > > This file in particular doesn't include blkdev.h, so that would mean > > not true, included in shlibs/blkid/src/blkidP.h, so available > everywhere in liblkid oh sorry, you're right. I need more coffee.. I'll add blkdev.h to blkidP.h Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html