diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-07-04 11:25:35 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-07-04 11:25:35 +0000 |
| commit | 77978ab8bc1968d7606144ddc20b2a8a9f9b3382 (patch) | |
| tree | df0ad46b2559fa0aca0af4e0e926e6ac46315c67 /sys/ddb | |
| parent | 0cfaeeee871693c2b8ffd2530e8cbcfe6642ec4a (diff) | |
Notes
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 af9039690ae7..bc00e112c415 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; |
