summaryrefslogtreecommitdiffstats
path: root/src/cmd/venti/srv/syncindex.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-07-19 16:02:31 +0000
committerrsc <devnull@localhost>2005-07-19 16:02:31 +0000
commitd67cd5c33c62679df29dce6b452d32882cd2eca5 (patch)
tree145e67d8f42d1ae48e9468fc3540273599453969 /src/cmd/venti/srv/syncindex.c
parent2b6c15d87f9ab7a608fb146f58aee9460546ccf0 (diff)
downloadplan9port-d67cd5c33c62679df29dce6b452d32882cd2eca5.tar.gz
plan9port-d67cd5c33c62679df29dce6b452d32882cd2eca5.zip
better mk test
Diffstat (limited to 'src/cmd/venti/srv/syncindex.c')
-rw-r--r--src/cmd/venti/srv/syncindex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/venti/srv/syncindex.c b/src/cmd/venti/srv/syncindex.c
index b35ca2a4..56bf1527 100644
--- a/src/cmd/venti/srv/syncindex.c
+++ b/src/cmd/venti/srv/syncindex.c
@@ -45,6 +45,7 @@ threadmain(int argc, char *argv[])
if(argc != 1)
usage();
+ ventifmtinstall();
if(initventi(argv[0], &conf) < 0)
sysfatal("can't init venti: %r");