From adbb83845c5d3cb02343d7613cfb8385aa909909 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 18 Jan 2005 05:25:09 +0000 Subject: remove venti for now --- src/cmd/venti/write.c | 60 --------------------------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 src/cmd/venti/write.c (limited to 'src/cmd/venti/write.c') diff --git a/src/cmd/venti/write.c b/src/cmd/venti/write.c deleted file mode 100644 index 94b61be4..00000000 --- a/src/cmd/venti/write.c +++ /dev/null @@ -1,60 +0,0 @@ -#include "stdinc.h" -#include "dat.h" -#include "fns.h" - -char *host; - -void -usage(void) -{ - fprint(2, "usage: write [-z] [-h host] [-t type] VtMaxLumpSize) - sysfatal("data too big"); - z = vtdial(host); - if(z == nil) - sysfatal("could not connect to server: %r"); - if(vtconnect(z) < 0) - sysfatal("vtconnect: %r"); - if(dotrunc) - n = vtzerotruncate(type, p, n); - if(vtwrite(z, score, type, p, n) < 0) - sysfatal("vtwrite: %r"); - vthangup(z); - print("%V\n", score); - threadexitsall(0); -} -- cgit v1.2.3