On Nov 29, 2007 12:54 PM, Martin Schulze <[EMAIL PROTECTED]> wrote: > Package: manpages-dev > Version: 2.67-1 > > Hi Michael, > > it seems that strndup(3) requires the feature test macro __USE_GNU > instead of _GNU_SOURCE. > > At least that's what /usr/include/string.h > suggests and what makes gcc happy.
Hi Joey, What makes you think that _GNU_SOURCE does not do the job? It seems to work for my quick test. (Have a look at feature_test_macros(7) and <features.h>.) Cheers, Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

