summaryrefslogtreecommitdiffstats
path: root/mount
diff options
context:
space:
mode:
authorKarel Zak2007-05-10 15:18:01 +0200
committerKarel Zak2007-05-11 15:28:21 +0200
commit52a2b29d9bbb334056ee32487ccb436a734a3660 (patch)
tree01d57ce49b26460feceaaf180da540d8a5d5a817 /mount
parentmount: remove all NFS code (diff)
downloadkernel-qcow2-util-linux-52a2b29d9bbb334056ee32487ccb436a734a3660.tar.gz
kernel-qcow2-util-linux-52a2b29d9bbb334056ee32487ccb436a734a3660.tar.xz
kernel-qcow2-util-linux-52a2b29d9bbb334056ee32487ccb436a734a3660.zip
mount: remove nfsmount() from sundries.h
Signed-off-by: Karel Zak <kzak@redhat.com>
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 c3780f177..085114561 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, ... */