Introduction
Introduction Statistics Contact Development Disclaimer Help
tprint + new files in verbose mode (Michael Kaminsky) - plan9port - [fork] Plan…
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit 47964cbc7b1409edc4908f199912e25d17b63b55
parent 9ae50083867061b73bf74ed0ee713a7e022ba3c6
Author: rsc <devnull@localhost>
Date: Thu, 18 Jan 2007 18:34:46 +0000
print + new files in verbose mode (Michael Kaminsky)
Diffstat:
M src/cmd/vac/vac.c | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/cmd/vac/vac.c b/src/cmd/vac/vac.c
t@@ -544,6 +544,9 @@ vacdata(DirSink *dsink, int fd, char *lname, VacFile *vf, …
return;
}
+ if(verbose)
+ fprint(2, "+ %s\n", lname);
+
/* look for an append only file */
if((dir->mode&DMAPPEND) != 0)
if(vd.size < dir->length)
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.