ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/evdns.c
(Generate patch)

Comparing libev/evdns.c (file contents):
Revision 1.15 by root, Mon Nov 5 17:57:54 2007 UTC vs.
Revision 1.16 by root, Tue Nov 6 16:09:37 2007 UTC

1/* $Id: evdns.c,v 1.15 2007/11/05 17:57:54 root Exp $ */ 1/* $Id: evdns.c,v 1.16 2007/11/06 16:09:37 root Exp $ */
2 2
3/* The original version of this module was written by Adam Langley; for 3/* The original version of this module was written by Adam Langley; for
4 * a history of modifications, check out the subversion logs. 4 * a history of modifications, check out the subversion logs.
5 * 5 *
6 * When editing this module, try to keep it re-mergeable by Adam. Don't 6 * When editing this module, try to keep it re-mergeable by Adam. Don't
78 78
79#define _FORTIFY_SOURCE 3 79#define _FORTIFY_SOURCE 3
80 80
81#include <string.h> 81#include <string.h>
82#include <fcntl.h> 82#include <fcntl.h>
83#include <sys/time.h>
84#ifdef HAVE_STDINT_H 83#ifdef HAVE_STDINT_H
85#include <stdint.h> 84#include <stdint.h>
86#endif 85#endif
87#include <stdlib.h> 86#include <stdlib.h>
88#include <string.h> 87#include <string.h>
89#include <errno.h> 88#include <errno.h>
90#include <assert.h> 89#include <assert.h>
91#include <unistd.h>
92#include <limits.h> 90#include <limits.h>
93#include <sys/stat.h> 91#include <sys/stat.h>
94#include <ctype.h> 92#include <ctype.h>
95#include <stdio.h> 93#include <stdio.h>
96#include <stdarg.h> 94#include <stdarg.h>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines