From c23f3b28d088a95283dcd58617c7739efffff27a Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Wed, 23 Jul 2008 23:17:40 +0200 Subject: [PATCH] mount: sundries.h add klibc support In file included from mount.c:34: sundries.h:16:23: error: rpc/types.h: No such file or directory nuke rpc/types.h to fix aboves. The file is archaism from old integrated NFS code. Cc: Christoph Hellwig Cc: "H. Peter Anvin" Signed-off-by: maximilian attems --- mount/sundries.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/mount/sundries.h b/mount/sundries.h index a62e25c4..f64d15db 100644 --- a/mount/sundries.h +++ b/mount/sundries.h @@ -12,9 +12,6 @@ #include #include #include -#if !defined(bool_t) && !defined(__GLIBC__) -#include -#endif /* global mount, umount, and losetup variables */ extern int mount_quiet; -- 2.39.5