diff options
| author | David du Colombier <0intro@gmail.com> | 2013-09-23 23:16:25 +0200 |
|---|---|---|
| committer | David du Colombier <0intro@gmail.com> | 2013-09-23 23:16:25 +0200 |
| commit | 4b5766580559d101dd1c29cc575b3ffa9f51c2d7 (patch) | |
| tree | f35364a39e255b1336482ee30217d68279ba8699 /src/cmd/fossil/walk.c | |
| parent | 6f4d00ee45693290fae042b27536b54f77b96acd (diff) | |
| download | plan9port-4b5766580559d101dd1c29cc575b3ffa9f51c2d7.tar.gz plan9port-4b5766580559d101dd1c29cc575b3ffa9f51c2d7.zip | |
fossil: move from liboventi to libthread and libventi
R=rsc
https://codereview.appspot.com/13504049
Diffstat (limited to 'src/cmd/fossil/walk.c')
| -rw-r--r-- | src/cmd/fossil/walk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/fossil/walk.c b/src/cmd/fossil/walk.c index 802af640..632e3e5e 100644 --- a/src/cmd/fossil/walk.c +++ b/src/cmd/fossil/walk.c @@ -11,7 +11,7 @@ etype(Entry *e) { uint t; - if(e->flags&VtEntryDir) + if(e->flags&_VtEntryDir) t = BtDir; else t = BtData; |
