diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-09-22 12:23:49 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-09-22 12:23:49 +0200 |
commit | c878be04f90fcdfefb65ce9182b73825e6de971d (patch) | |
tree | 02a8abf80532012d71691d3b2af5fe1591274dc8 | |
parent | 83d45ee5025546b99d2ccd8491c808eb50f3bad9 (diff) | |
download | plan9front-c878be04f90fcdfefb65ce9182b73825e6de971d.tar.xz |
scuzz: uncomment synccache command
-rw-r--r-- | sys/src/cmd/scuzz/scuzz.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/src/cmd/scuzz/scuzz.c b/sys/src/cmd/scuzz/scuzz.c index 02e3d8e9b..981e1d3a7 100644 --- a/sys/src/cmd/scuzz/scuzz.c +++ b/sys/src/cmd/scuzz/scuzz.c @@ -1669,9 +1669,9 @@ static ScsiCmd scsicmd[] = { { "blank", cmdblank, 1, /*[0xA1]*/ "blank [track/LBA [type]]", }, -// { "synccache", cmdsynccache, 1, /*[0x35]*/ -// "synccache", -// }, + { "synccache", cmdsynccache, 1, /*[0x35]*/ + "synccache", + }, { "rtoc", cmdrtoc, 1, /*[0x43]*/ "rtoc [track/session-number [format]]", }, |