Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 737694
Collapse All | Expand All

(-)a/dns_resolv.c (-4 / +4 lines)
Lines 78-88 DBC *geo_dbc = NULL; Link Here
78
78
79
struct   dns_child child[MAXCHILD];            /* DNS child pipe data      */
79
struct   dns_child child[MAXCHILD];            /* DNS child pipe data      */
80
80
81
DNODEPTR host_table[MAXHASH];                  /* hostname/ip hash table   */
81
extern DNODEPTR host_table[MAXHASH];                  /* hostname/ip hash table   */
82
82
83
char     buffer[BUFSIZE];                      /* log file record buffer   */
83
extern char     buffer[BUFSIZE];                      /* log file record buffer   */
84
char     tmp_buf[BUFSIZE];                     /* used to temp save above  */
84
extern char     tmp_buf[BUFSIZE];                     /* used to temp save above  */
85
struct   utsname system_info;                  /* system info structure    */
85
extern struct   utsname system_info;                  /* system info structure    */
86
86
87
int      raiseSigChild = 1;
87
int      raiseSigChild = 1;
88
88

Return to bug 737694