diff options
Diffstat (limited to 'cmd/arcstat/arcstat.py')
-rwxr-xr-x | cmd/arcstat/arcstat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/arcstat/arcstat.py b/cmd/arcstat/arcstat.py index 5a0912853..41bf61b73 100755 --- a/cmd/arcstat/arcstat.py +++ b/cmd/arcstat/arcstat.py @@ -413,7 +413,7 @@ def calculate(): v["l2bytes"] = d["l2_read_bytes"] / sint -def sighandler(): +def sighandler(foo, bar): sys.exit(0) |