Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 532514 | Differences between
and this patch

Collapse All | Expand All

(-)a/support/export/hostname.c (-1 / +3 lines)
Lines 382-387 host_numeric_addrinfo(const struct sockaddr *sap) Link Here
382
382
383
	ai = host_pton(buf);
383
	ai = host_pton(buf);
384
384
385
#if !definded(__UCLIBC__) && defined(__GLIBC__)
385
	/*
386
	/*
386
	 * getaddrinfo(AI_NUMERICHOST) never fills in ai_canonname
387
	 * getaddrinfo(AI_NUMERICHOST) never fills in ai_canonname
387
	 */
388
	 */
Lines 392-398 host_numeric_addrinfo(const struct sockaddr *sap) Link Here
392
			ai = NULL;
393
			ai = NULL;
393
		}
394
		}
394
	}
395
	}
396
#endif
395
397
396
	return ai;
398
	return ai;
397
}
399
}
400
398
#endif	/* !HAVE_GETNAMEINFO */
401
#endif	/* !HAVE_GETNAMEINFO */
399
- 

Return to bug 532514