chiark
/
gitweb
/
~mdw
/
adns
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
367e0d3
)
*** empty log message ***
author
ian
<ian>
Mon, 3 Apr 2006 23:47:41 +0000
(23:47 +0000)
committer
ian
<ian>
Mon, 3 Apr 2006 23:47:41 +0000
(23:47 +0000)
changelog
patch
|
blob
|
blame
|
history
src/adns.h
patch
|
blob
|
blame
|
history
diff --git
a/changelog
b/changelog
index 6467c9e2fbca06c7d9acafe0a665c7c4a810779c..70ac646645e19baa2af33ea76861f28fb54303c8 100644
(file)
--- a/
changelog
+++ b/
changelog
@@
-9,6
+9,7
@@
adns (1.1.999.0.2); urgency=medium
* adnstest converts some errno values to EFOOBAR: all of the ones
mentioned in adns.h, at least. This makes the regression test
more portable (fixes problem noticed by Bernd Eckenfels).
* adnstest converts some errno values to EFOOBAR: all of the ones
mentioned in adns.h, at least. This makes the regression test
more portable (fixes problem noticed by Bernd Eckenfels).
+ * Document in adns.h EINVAL from adns_init meaning bad configuration.
Fixes from or suggested by Bernd Eckenfels, the Debian maintainer:
* Correct type of various printf arguments: ptrdiff_t != int.
Fixes from or suggested by Bernd Eckenfels, the Debian maintainer:
* Correct type of various printf arguments: ptrdiff_t != int.
diff --git
a/src/adns.h
b/src/adns.h
index abeba060792d37c5bfeb2055c182f268cfc86f9d..7dad0e644ba5a85761c4b2867ace5e6ccda28db0 100644
(file)
--- a/
src/adns.h
+++ b/
src/adns.h
@@
-51,7
+51,7
@@
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*
- * $Id: adns.h,v 1.8
8 2006/04/03 22:49:32
ian Exp $
+ * $Id: adns.h,v 1.8
9 2006/04/03 23:47:41
ian Exp $
*/
#ifndef ADNS_H_INCLUDED
*/
#ifndef ADNS_H_INCLUDED
@@
-340,7
+340,8
@@
typedef struct {
*
* For _init, _init_strcfg, _submit and _synchronous, system errors
* (eg, failure to create sockets, malloc failure, etc.) return errno
*
* For _init, _init_strcfg, _submit and _synchronous, system errors
* (eg, failure to create sockets, malloc failure, etc.) return errno
- * values.
+ * values. EINVAL from _init et al means the configuration file
+ * is erroneous and cannot be parsed.
*
* For _wait and _check failures are reported in the answer
* structure, and only 0, ESRCH or (for _check) EAGAIN is
*
* For _wait and _check failures are reported in the answer
* structure, and only 0, ESRCH or (for _check) EAGAIN is