aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2002-08-14 17:56:47 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2002-08-14 17:56:47 +0000
commitc96c3805809983f0026fd8a4dbdce02dc928ca5a (patch)
tree56457c7ae8b8e6741584b2e670e8a1db5996adde /sys/ddb
parent8a3e49fd52193473795fd57057529f25d805b735 (diff)
Notes
Diffstat (limited to 'sys/ddb')
-rw-r--r--sys/ddb/db_sym.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ddb/db_sym.h b/sys/ddb/db_sym.h
index 4097880bde1d..8fb5866bac68 100644
--- a/sys/ddb/db_sym.h
+++ b/sys/ddb/db_sym.h
@@ -50,7 +50,7 @@ typedef struct {
* a different one
*/
typedef char * db_sym_t; /* opaque handle on symbols */
-typedef const char * c_db_sym_t; /* opaque handle on symbols */
+typedef const char * c_db_sym_t; /* const opaque handle on symbols */
#define DB_SYM_NULL ((db_sym_t)0)
#define C_DB_SYM_NULL ((c_db_sym_t)0)