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:
6d68220
)
Fixed typo in adns.h.
author
ian
<ian>
Sat, 9 Oct 1999 11:17:29 +0000
(11:17 +0000)
committer
ian
<ian>
Sat, 9 Oct 1999 11:17:29 +0000
(11:17 +0000)
changelog
patch
|
blob
|
blame
|
history
src/adns.h
patch
|
blob
|
blame
|
history
diff --git
a/changelog
b/changelog
index 29c5fbbddda11ce3ed42f74cce1dfd67c4f0d22c..9749109da4045388a1f6264e569cca24b7f3764c 100644
(file)
--- a/
changelog
+++ b/
changelog
@@
-18,6
+18,7
@@
adns (0.5) unstable; urgency=medium
* Reject TXT RRs with no strings.
* Do not scramble innards when a query on the output queue is cancelled.
* Correct error messages for qname CNAME foo, foo CNAME bar.
* Reject TXT RRs with no strings.
* Do not scramble innards when a query on the output queue is cancelled.
* Correct error messages for qname CNAME foo, foo CNAME bar.
+ * Fixed typo in adns.h.
General improvements:
* Promise not to change fds in adns_beforepoll (if now is specified).
General improvements:
* Promise not to change fds in adns_beforepoll (if now is specified).
diff --git
a/src/adns.h
b/src/adns.h
index 08033cba5201492e944beef05e269a8eb572237b..eed7f79c0a37f9dac9b297478041f054447b367d 100644
(file)
--- a/
src/adns.h
+++ b/
src/adns.h
@@
-433,7
+433,7
@@
int adns_processexceptional(adns_state ads, int fd, const struct timeval *now);
* from, or send outgoing data via, fd. Very like _processany. If it
* returns zero then fd will no longer be readable or writeable
* (unless of course more data has arrived since). adns will _only_
* from, or send outgoing data via, fd. Very like _processany. If it
* returns zero then fd will no longer be readable or writeable
* (unless of course more data has arrived since). adns will _only_
- * that fd and only in the manner specified, regardless of whether
+ *
use
that fd and only in the manner specified, regardless of whether
* adns_if_noautosys was specified.
*
* adns_processexceptional should be called when select(2) reports an
* adns_if_noautosys was specified.
*
* adns_processexceptional should be called when select(2) reports an