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>
This commit is contained in:
maximilian attems 2008-07-23 23:17:40 +02:00 committed by Karel Zak
parent ca04a95a3b
commit c23f3b28d0
1 changed files with 0 additions and 3 deletions

View 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;