From 5d80f8f84b2e36b72f7a133e23179ec3f9bab94d Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 16 Feb 2003 19:22:21 +0000 Subject: Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDB will not have a dev_t. --- sys/ddb/ddb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/ddb/ddb.h') diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h index 3124c6e..7259e97 100644 --- a/sys/ddb/ddb.h +++ b/sys/ddb/ddb.h @@ -161,7 +161,7 @@ struct command { /* * Routines to support GDB on an sio port. */ -extern dev_t gdbdev; +extern void *gdb_arg; extern cn_getc_t *gdb_getc; extern cn_putc_t *gdb_putc; #endif -- cgit v1.1