diff options
Diffstat (limited to 'sys/ddb')
-rw-r--r-- | sys/ddb/db_sysctl.c | 2 |
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; |