summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/nfsclient/src/cexphelp.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-09 06:37:39 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-12 07:08:53 +0200
commit9e3691096ed41b2b50817ca76634ba529ce180c8 (patch)
tree4976cc77b5221bdb02e88b368c8075fa752500fa /cpukit/libfs/src/nfsclient/src/cexphelp.c
parentbuild: Add support for automake's silent build support. (diff)
downloadrtems-9e3691096ed41b2b50817ca76634ba529ce180c8.tar.bz2
NFS: Remove support for cexp
Avoid use of RTEMS_RELLDFLAGS. Close #3390.
Diffstat (limited to 'cpukit/libfs/src/nfsclient/src/cexphelp.c')
-rw-r--r--cpukit/libfs/src/nfsclient/src/cexphelp.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/cpukit/libfs/src/nfsclient/src/cexphelp.c b/cpukit/libfs/src/nfsclient/src/cexphelp.c
deleted file mode 100644
index 09c73774f6..0000000000
--- a/cpukit/libfs/src/nfsclient/src/cexphelp.c
+++ /dev/null
@@ -1,27 +0,0 @@
-/**
- * @file
- *
- * @brief CEXP Help Information
- * @ingroup libfs
- */
-
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif
-
-#include <librtemsNfs.h>
-#include <cexpHelp.h>
-CEXP_HELP_TAB_BEGIN(rtemsNfs)
- HELP(
-"Mount a remote filesystem (NFS). The mount point (must not be a NFS dir)\n"
-"is created on the fly if not existing already.\n"
-"uid/gid to use may be specified:\n"
-" hostspec: [uid.gid@]hostname_or_ipaddr\n"
- , int, nfsMount, (char *hostspec, char *exportdir, char *mntpoint)
- ),
- HELP(
-"Print all currently mounted NFS directories to open file handle.\n"
-"Pass f = 0 to print to stdout\n"
- , int, nfsMountsShow, (FILE *f)
- ),
-CEXP_HELP_TAB_END