Bug#64524: c-std.h contains declarations which conflict with stdio.h

2008-11-06 Thread Hilmar Preusse
# next reassign reassign 64524 libkpathsea-dev found 2007.dfsg.2-4 stop On 10.08.06 Florent Rougon ([EMAIL PROTECTED]) wrote: > found 64524 3.0-18 > thanks > H. -- sigfault -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#64524: c-std.h contains declarations which conflict with stdio.h

2006-08-09 Thread Florent Rougon
found 64524 3.0-18 thanks ,[ From texk/kpathsea/c-std.h ] | #ifdef VMS | #include | #include | #else | #ifndef WIN32 | /* `popen' and `pclose' are part of POSIX.2, not POSIX.1. So |STDC_HEADERS isn't enough. */ | extern FILE *popen (); | extern int pclose (); | #endif /* not WIN32 */ |