summaryrefslogtreecommitdiffstats
path: root/sys/ddb
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb')
-rw-r--r--sys/ddb/db_sysctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ddb/db_sysctl.c b/sys/ddb/db_sysctl.c
index 5e067c2..af90396 100644
--- a/sys/ddb/db_sysctl.c
+++ b/sys/ddb/db_sysctl.c
@@ -51,7 +51,7 @@
#define MODE_GDB "gdb"
static int
-sysctl_debug_enter_debugger SYSCTL_HANDLER_ARGS
+sysctl_debug_enter_debugger (SYSCTL_HANDLER_ARGS)
{
char dmode[64];
int error;
OpenPOWER on IntegriCloud