summaryrefslogtreecommitdiffstats
path: root/mount
diff options
context:
space:
mode:
authormaximilian attems2008-07-23 23:17:40 +0200
committerKarel Zak2008-07-24 00:52:52 +0200
commitc23f3b28d088a95283dcd58617c7739efffff27a (patch)
tree84c332c79b71821d80cd13a3d85ff432843b5a00 /mount
parentfdisk: don't use get_linux_version() for non-linux (diff)
downloadkernel-qcow2-util-linux-c23f3b28d088a95283dcd58617c7739efffff27a.tar.gz
kernel-qcow2-util-linux-c23f3b28d088a95283dcd58617c7739efffff27a.tar.xz
kernel-qcow2-util-linux-c23f3b28d088a95283dcd58617c7739efffff27a.zip
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 <hch@infradead.org> Cc: "H. Peter Anvin" <hpa@zytor.com> Signed-off-by: maximilian attems <max@stro.at>
Diffstat (limited to 'mount')
-rw-r--r--mount/sundries.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/mount/sundries.h b/mount/sundries.h
index a62e25c4d..f64d15dbd 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;