gethostbydns.c (d05090827f0e5b95cc7d2bcdde8b3b4e0f986241) | gethostbydns.c (33dee819339974eaf7dbf69068001771cbdcd548) |
---|---|
1/* 2 * ++Copyright++ 1985, 1988, 1993 3 * - 4 * Copyright (c) 1985, 1988, 1993 5 * The Regents of the University of California. All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 102 unchanged lines hidden (view full) --- 111 u_char buf[MAXPACKET]; 112} querybuf; 113 114typedef union { 115 int32_t al; 116 char ac; 117} align; 118 | 1/* 2 * ++Copyright++ 1985, 1988, 1993 3 * - 4 * Copyright (c) 1985, 1988, 1993 5 * The Regents of the University of California. All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 102 unchanged lines hidden (view full) --- 111 u_char buf[MAXPACKET]; 112} querybuf; 113 114typedef union { 115 int32_t al; 116 char ac; 117} align; 118 |
119extern int h_errno; | |
120int _dns_ttl_; 121 122#ifdef DEBUG 123static void 124dprintf(msg, num) 125 char *msg; 126 int num; 127{ --- 687 unchanged lines hidden --- | 119int _dns_ttl_; 120 121#ifdef DEBUG 122static void 123dprintf(msg, num) 124 char *msg; 125 int num; 126{ --- 687 unchanged lines hidden --- |