rpc/types.h does not exist on low-footprint musl toolchains, and is only required for the boolean types, which musl provides elsewhere. This commit drops the include completely. Signed-off-by: Kurt Van Dijck <dev.kurt@xxxxxxxxxxxxxxxxxxxxxx> --- sbin/mount/sundries.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/sbin/mount/sundries.h b/sbin/mount/sundries.h index b3064a7..94d8ce4 100644 --- a/sbin/mount/sundries.h +++ b/sbin/mount/sundries.h @@ -15,9 +15,6 @@ #include <signal.h> #include <stdarg.h> #include <stdlib.h> -#if !defined(bool_t) && !defined(__GLIBC__) -#include <rpc/types.h> -#endif extern int mount_quiet; -- 1.8.5.rc3 -- To unsubscribe from this list: send the line "unsubscribe linux-nilfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html