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

Collapse All | Expand All

(-)upnp/src/api/UpnpString.c (-1 / +1 lines)
Lines 44-50 Link Here
44
44
45
/* strndup() is a GNU extension. */
45
/* strndup() is a GNU extension. */
46
#if HAVE_STRNDUP && !defined(WIN32)
46
#if HAVE_STRNDUP && !defined(WIN32)
47
	extern char *strndup(__const char *__string, size_t __n);
47
//	extern char *strndup(__const char *__string, size_t __n);
48
#else /* HAVE_STRNDUP && !defined(WIN32) */
48
#else /* HAVE_STRNDUP && !defined(WIN32) */
49
	static char *strndup(const char *__string, size_t __n)
49
	static char *strndup(const char *__string, size_t __n)
50
	{
50
	{

Return to bug 526562