On Tue, Apr 22, 2008 at 02:11:48AM +0100, Samuel Thibault wrote: > This patch still didn't get applied. Was there a problem with it? > (yes, GNU/Hurd uses linux-like swapspace, so mkswap makes sense on > non-linux platforms too). Applied ... > diff --git a/mount/Makefile.am b/mount/Makefile.am > index bba5962..61fea8d 100644 > --- a/mount/Makefile.am > +++ b/mount/Makefile.am > @@ -13,9 +13,13 @@ headers_common = fstab.h mount_mntent.h mount_constants.h \ > getusername.h loop.h sundries.h > > mount_common = fstab.c mount_mntent.c getusername.c lomount.c \ > - $(utils_common) $(headers_common) ../lib/env.c ../lib/linux_version.c \ > + $(utils_common) $(headers_common) ../lib/env.c \ > ../lib/blkdev.c > > +if LINUX > +mount_common += ../lib/linux_version.c > +endif > + ... without this part. The mount stuff (directory) is linux-only. Thanks! Karel -- Karel Zak <kzak@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html