diff options
Diffstat (limited to 'usr/src/lib/libnisdb/db_mindex.cc')
-rw-r--r-- | usr/src/lib/libnisdb/db_mindex.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libnisdb/db_mindex.cc b/usr/src/lib/libnisdb/db_mindex.cc index 9feb47045e..c3e8c22ea7 100644 --- a/usr/src/lib/libnisdb/db_mindex.cc +++ b/usr/src/lib/libnisdb/db_mindex.cc @@ -924,7 +924,7 @@ db_mindex::add(db_query *q, entry_object * obj) bool_t valid; db_index_entry *rp = NULL; db_status rstat; - char *myself = "db_mindex::add"; + const char *myself = "db_mindex::add"; /* * The argument q is only NULL when we know that there are |