Re: postfix-2.9-20111230-nonprod build problem

2012-01-02 Thread Ralf Hildebrandt
* 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_

Re: postfix-2.9-20111230-nonprod build problem

2012-01-02 Thread 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_errno/dict->error/ Wietse