summaryrefslogtreecommitdiffstats
path: root/src/cmd/venti/part.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-03-11 19:14:09 +0000
committerrsc <devnull@localhost>2004-03-11 19:14:09 +0000
commit24998851775d2d2a737a172dc614d9b5c91706dc (patch)
tree6b249cd18b9ca71aec829c7a4686974f0594cf88 /src/cmd/venti/part.c
parentd49a2e4801752c8a1211c7fac8cc08055a6b6fa5 (diff)
downloadplan9port-24998851775d2d2a737a172dc614d9b5c91706dc.tar.gz
plan9port-24998851775d2d2a737a172dc614d9b5c91706dc.zip
Implement write buffer.
Diffstat (limited to 'src/cmd/venti/part.c')
-rw-r--r--src/cmd/venti/part.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/venti/part.c b/src/cmd/venti/part.c
index dbf7b860..55cac6bb 100644
--- a/src/cmd/venti/part.c
+++ b/src/cmd/venti/part.c
@@ -12,7 +12,7 @@ initpart(char *name, int writable)
Dir *dir;
int how;
- part = MK(Part);
+ part = MKZ(Part);
part->name = estrdup(name);
if(!writable && readonly)
how = OREAD;