]> err.no Git - util-linux/commitdiff
mount: sundries.h add klibc support
authormaximilian attems <max@stro.at>
Wed, 23 Jul 2008 21:17:40 +0000 (23:17 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 23 Jul 2008 22:52:52 +0000 (00:52 +0200)
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>
mount/sundries.h

index a62e25c4d4a3bcf5e7a179a3b040d70d7ec9dd60..f64d15dbdaa3f7e779b624e5917b24f569eaa449 100644 (file)
@@ -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;