In file included from mount.c:34: sundries.h:16:23: error: rpc/types.h: No such file or directory "Looks like libc5 cruft to me." -hpa nuke it to fix aboves. Cc: Christoph Hellwig <hch@xxxxxxxxxxxxx> Cc: "H. Peter Anvin" <hpa@xxxxxxxxx> Signed-off-by: maximilian attems <max@xxxxxxx> diff --git a/mount/sundries.h b/mount/sundries.h index a62e25c..f64d15d 100644 --- a/mount/sundries.h +++ b/mount/sundries.h @@ -12,9 +12,6 @@ #include <signal.h> #include <stdarg.h> #include <stdlib.h> -#if !defined(bool_t) && !defined(__GLIBC__) -#include <rpc/types.h> -#endif /* global mount, umount, and losetup variables */ extern int mount_quiet; -- 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