diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-04-28 19:40:57 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-04-28 19:40:57 +0000 |
commit | d1a1034cbe1492a5b4cfdac5c3190dd5d069bc4f (patch) | |
tree | 716c15fb5221aa4180a82df3c791f9846f2832ce /sys/src/cmd/cwfs/portdat.h | |
parent | c67c29952af0a50c265bf34fc317518fd43a8950 (diff) |
cwfs: reduce verbosity, added -d options if you want it anyway
Diffstat (limited to 'sys/src/cmd/cwfs/portdat.h')
-rw-r--r-- | sys/src/cmd/cwfs/portdat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/cwfs/portdat.h b/sys/src/cmd/cwfs/portdat.h index 901e8abca..820cb99a2 100644 --- a/sys/src/cmd/cwfs/portdat.h +++ b/sys/src/cmd/cwfs/portdat.h @@ -768,3 +768,4 @@ extern char *annstrs[]; extern Biobuf bin; extern Map *devmap; extern int (*fsprotocol[])(Msgbuf*); +extern int chatty; |