summaryrefslogtreecommitdiffstats
path: root/cmd/arcstat
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2014-03-20 11:02:26 -0700
committerBrian Behlendorf <[email protected]>2014-03-20 11:03:21 -0700
commitd9119bd66df789cbd43d0f6aef4cd43b6baba58c (patch)
treed95a056a8bbecd35c52237905732cb8eee85fbc4 /cmd/arcstat
parent00fcdee1f88f5f1413913f26ebd1cc43107e82e0 (diff)
Revert "sighandler() should take 2 arguments"
This reverts commit 0bb89b6c594259829556f6dea5a89e722f214fd3 in favor of a cleaner implementation. Signed-off-by: Brian Behlendorf <[email protected]> Issue #2182
Diffstat (limited to 'cmd/arcstat')
-rwxr-xr-xcmd/arcstat/arcstat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/arcstat/arcstat.py b/cmd/arcstat/arcstat.py
index 41bf61b73..5a0912853 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(foo, bar):
+def sighandler():
sys.exit(0)