|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.23, 1998/08/26 00:38:40 | version 1.24, 1998/11/12 16:25:21 | ||
|---|---|---|---|
|
|
||
| char **bp; | char **bp; | ||
| const char *name; | const char *name; | ||
| { | { | ||
| DBT key, data; | const DBT key; | ||
| DBT data; | |||
| /* LINTED key is not modified */ | |||
| key.data = (char *)name; | key.data = (char *)name; | ||
| key.size = strlen(name); | key.size = strlen(name); | ||