diff options
author | mdf <mdf@FreeBSD.org> | 2011-01-12 19:54:19 +0000 |
---|---|---|
committer | mdf <mdf@FreeBSD.org> | 2011-01-12 19:54:19 +0000 |
commit | f6a71a40b2504dd316580a282777fc25cc857800 (patch) | |
tree | 9d6d1197b3a2cec7041211531dd927ad547788ce /sys/ddb | |
parent | 536d58a251b1ba1915a1b29f23d1f9b221352d4a (diff) | |
download | FreeBSD-src-f6a71a40b2504dd316580a282777fc25cc857800.zip FreeBSD-src-f6a71a40b2504dd316580a282777fc25cc857800.tar.gz |
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
Commit the kernel changes.
Diffstat (limited to 'sys/ddb')
-rw-r--r-- | sys/ddb/db_capture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ddb/db_capture.c b/sys/ddb/db_capture.c index 61971c2..50ae2cf 100644 --- a/sys/ddb/db_capture.c +++ b/sys/ddb/db_capture.c @@ -90,7 +90,7 @@ SYSCTL_UINT(_debug_ddb_capture, OID_AUTO, maxbufsize, CTLFLAG_RD, &db_capture_maxbufsize, 0, "Maximum value for debug.ddb.capture.bufsize"); -SYSCTL_UINT(_debug_ddb_capture, OID_AUTO, inprogress, CTLFLAG_RD, +SYSCTL_INT(_debug_ddb_capture, OID_AUTO, inprogress, CTLFLAG_RD, &db_capture_inprogress, 0, "DDB output capture in progress"); /* |