summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2000-03-21 00:46:14 +0000
committerneilbrown <neilbrown>2000-03-21 00:46:14 +0000
commit93a8e35ff8def529f41b82a13440f2e9b46d0dbd (patch)
tree5fb6fbcccd77f51a5cf2ea17279cf16005fe06fc /tools
parent6a66bb69d8fdb43f0abb58fd74566461f0e96633 (diff)
downloadnfs-utils-93a8e35ff8def529f41b82a13440f2e9b46d0dbd.tar.gz
nfs-utils-93a8e35ff8def529f41b82a13440f2e9b46d0dbd.tar.xz
nfs-utils-93a8e35ff8def529f41b82a13440f2e9b46d0dbd.zip
Change to using variable length file handles, for better v3 support, and
introduce getfh_size to use new (2.3.99) syscall for getting file handles with length
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile3
-rw-r--r--tools/nlmtest/nlmtest.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 6378850..0324877 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -2,6 +2,7 @@
# Various debugging/testing tools
#
-SUBDIRS = rpcgen getiversion getkversion nlmtest rpcdebug locktest
+SUBDIRS = rpcgen getiversion getkversion rpcdebug locktest
+# nlmtest doesn't work
include $(TOP)rules.mk
diff --git a/tools/nlmtest/nlmtest.c b/tools/nlmtest/nlmtest.c
index 77dd889..d0acc47 100644
--- a/tools/nlmtest/nlmtest.c
+++ b/tools/nlmtest/nlmtest.c
@@ -234,7 +234,7 @@ makefileh(struct netobj *fh)
{
static struct knfs_fh f;
struct stat stb;
-
+#error this needs updating if it is still wanted
memset(&f, 0, sizeof(f));
#if 0
if (stat(NLMTEST_DIR, &stb) < 0) {