diff options
author | maximilian attems | 2008-07-23 23:17:40 +0200 |
---|---|---|
committer | Karel Zak | 2008-07-24 00:52:52 +0200 |
commit | c23f3b28d088a95283dcd58617c7739efffff27a (patch) | |
tree | 84c332c79b71821d80cd13a3d85ff432843b5a00 /mount | |
parent | fdisk: don't use get_linux_version() for non-linux (diff) | |
download | kernel-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.h | 3 |
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; |