From 0aa7cba06213dbb951f02bbc7afbaacf5c409d18 Mon Sep 17 00:00:00 2001 From: ian Date: Sat, 9 Oct 1999 11:44:37 +0000 Subject: [PATCH] + * New comment in adns_processany and return 0 (not r which is 0). @@ -23,12 +23,14 @@ General improvements: + * New comment in adns_processany and return 0 (not r which is 0). Portability and build improvements: + * Remove trailing , from some enums in adns.h. --- changelog | 2 ++ src/adns.h | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog b/changelog index 9749109..8d41a64 100644 --- a/changelog +++ b/changelog @@ -23,12 +23,14 @@ adns (0.5) unstable; urgency=medium General improvements: * Promise not to change fds in adns_beforepoll (if now is specified). * Improved textual error string for _s_prohibitedcname. + * New comment in adns_processany and return 0 (not r which is 0). Portability and build improvements: * Give install the '-c' flag (otherwise some delete the original !). * Do not remove top-level Makefile on `make clean'. * Don't complain so much about poll(2) tests if not available. * Do not give -u 0 -g 0 options to install. + * Remove trailing , from some enums in adns.h. -- diff --git a/src/adns.h b/src/adns.h index eed7f79..d59f4d4 100644 --- a/src/adns.h +++ b/src/adns.h @@ -50,7 +50,7 @@ typedef enum { adns_if_eintr= 0x0020, /* allow _wait and _synchronous to return EINTR */ adns_if_nosigpipe= 0x0040, /* applic has SIGPIPE set to SIG_IGN, do not protect */ adns_if_checkc_entex= 0x0100, /* do consistency checks on entry/exit to adns funcs */ - adns_if_checkc_freq= 0x0300, /* do consistency checks very frequently (slow!) */ + adns_if_checkc_freq= 0x0300 /* do consistency checks very frequently (slow!) */ } adns_initflags; typedef enum { @@ -199,7 +199,7 @@ typedef enum { /* permanent errors */ adns_s_nxdomain, - adns_s_nodata, + adns_s_nodata } adns_status; -- 2.11.0