From: Karel Zak Date: Thu, 10 May 2007 13:18:01 +0000 (+0200) Subject: mount: remove nfsmount() from sundries.h X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52a2b29d9bbb334056ee32487ccb436a734a3660;p=util-linux mount: remove nfsmount() from sundries.h Signed-off-by: Karel Zak --- diff --git a/mount/sundries.h b/mount/sundries.h index c3780f17..08511456 100644 --- a/mount/sundries.h +++ b/mount/sundries.h @@ -37,9 +37,6 @@ char *xstrconcat4 (char *, const char *, const char *, const char *); void die (int errcode, const char *fmt, ...); -int nfsmount (const char *spec, const char *node, int *flags, - char **orig_opts, char **opt_args, int *version, int running_bg); - /* exit status - bits below are ORed */ #define EX_USAGE 1 /* incorrect invocation or permission */ #define EX_SYSERR 2 /* out of memory, cannot fork, ... */