[NeoStats-Devel] [Commits] r2461 - trunk/lib/adns
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: Mark
Date: Wed Apr 6 06:54:56 2005
New Revision: 2461
Modified:
trunk/lib/adns/adns_unix_calls.c
trunk/lib/adns/types.c
Log:
adns include tidy
Modified: trunk/lib/adns/adns_unix_calls.c
==============================================================================
--- trunk/lib/adns/adns_unix_calls.c (original)
+++ trunk/lib/adns/adns_unix_calls.c Wed Apr 6 06:54:56 2005
@@ -27,7 +27,6 @@
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-
#include "internal.h"
int adns_writev(int FileDescriptor, const struct iovec * iov, int iovCount)
Modified: trunk/lib/adns/types.c
==============================================================================
--- trunk/lib/adns/types.c (original)
+++ trunk/lib/adns/types.c Wed Apr 6 06:54:56 2005
@@ -29,12 +29,12 @@
* - RR-type-specific code, and the machinery to call it
*/
+#include "internal.h"
+
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
-#include "internal.h"
-
#define R_NOMEM return adns_s_nomemory
#define CSP_ADDSTR(s) do { if (!adns__vbuf_appendstr(vb,(s))) R_NOMEM; } while (0)