From 52a2b29d9bbb334056ee32487ccb436a734a3660 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 10 May 2007 15:18:01 +0200 Subject: [PATCH] mount: remove nfsmount() from sundries.h Signed-off-by: Karel Zak --- mount/sundries.h | 3 --- 1 file changed, 3 deletions(-) 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, ... */ -- 2.39.5