summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_sym.h
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-08-14 17:56:47 +0000
committerjmallett <jmallett@FreeBSD.org>2002-08-14 17:56:47 +0000
commite041d3beeaf0b810aa19e805d282e8d24ded5765 (patch)
tree56457c7ae8b8e6741584b2e670e8a1db5996adde /sys/ddb/db_sym.h
parent5853f91082875f8026263588813a09e42e7f857e (diff)
downloadFreeBSD-src-e041d3beeaf0b810aa19e805d282e8d24ded5765.zip
FreeBSD-src-e041d3beeaf0b810aa19e805d282e8d24ded5765.tar.gz
When talking about c_db_sym_t, mention that it is not just like db_sym_t:
it's const. Inspired by: bde
Diffstat (limited to 'sys/ddb/db_sym.h')
-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 4097880..8fb5866 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)
OpenPOWER on IntegriCloud