summaryrefslogtreecommitdiffstats
path: root/mount/sundries.h
diff options
context:
space:
mode:
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 af0df4e27..6def95b1c 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 */