summaryrefslogtreecommitdiff
path: root/mount/sundries.h
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2006-12-07 00:26:54 +0100
committerKarel Zak <kzak@redhat.com>2006-12-07 00:26:54 +0100
commit48d7b13a1eab85fab91c8d6c5ddf298f733c74f5 (patch)
tree8813d36590ee3361bd75f57a12fd2032e9296ddb /mount/sundries.h
parent2ab8f9d3cec110ce8291f2525fe90239aeef8376 (diff)
downloadutil-linux-old-48d7b13a1eab85fab91c8d6c5ddf298f733c74f5.tar.gz
Imported from util-linux-2.13-pre1 tarball.
Diffstat (limited to 'mount/sundries.h')
-rw-r--r--mount/sundries.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mount/sundries.h b/mount/sundries.h
index af0df4e2..6def95b1 100644
--- a/mount/sundries.h
+++ b/mount/sundries.h
@@ -34,10 +34,8 @@ char *xstrconcat4 (const char *, const char *, const char *, const char *);
void die (int errcode, const char *fmt, ...);
-#ifdef HAVE_NFS
int nfsmount (const char *spec, const char *node, int *flags,
char **orig_opts, char **opt_args, int *version, int running_bg);
-#endif
/* exit status - bits below are ORed */
#define EX_USAGE 1 /* incorrect invocation or permission */