* Wietse Venema :
> Ralf Hildebrandt:
> > dict_cdb.c: In function 'dict_cdbq_lookup':
> > dict_cdb.c:106:5: error: 'dict_errno' undeclared (first use in this
> > function)
> > dict_cdb.c:106:5: note: each undeclared identifier is reported only once
> > for each function it appears in
>
> s/dict_
Ralf Hildebrandt:
> dict_cdb.c: In function 'dict_cdbq_lookup':
> dict_cdb.c:106:5: error: 'dict_errno' undeclared (first use in this function)
> dict_cdb.c:106:5: note: each undeclared identifier is reported only once for
> each function it appears in
s/dict_errno/dict->error/
Wietse