From: maximilian attems Date: Wed, 23 Jul 2008 21:17:40 +0000 (+0200) Subject: mount: sundries.h add klibc support X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c23f3b28d088a95283dcd58617c7739efffff27a;p=util-linux 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 --- 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;