bug in libc0.1-dev

Petr Salinger Petr.Salinger at t-systems.cz
Thu Oct 27 08:40:14 UTC 2005


Hi all.

Is there something like BTS for libc0.1-dev ?

The following 2-line snippet fails to build on GNU/kFreeBSD. 
This prevents building of octave2.1. 
***
#include<fnmatch.h>
#include<glob.h>
***

The possible patch for review:

--- /usr/include/glob.h.OLD     2005-04-18 20:48:11.000000000 +0200
+++ /usr/include/glob.h 2005-10-27 10:18:52.000000000 +0200
@@ -25,7 +25,7 @@
 
 #undef __ptr_t
 #if defined __cplusplus || (defined __STDC__ && __STDC__) || defined WINDOWS32
-# if !defined __GLIBC__ || !defined __P
+# if !defined __GLIBC__ || !defined __P || !defined __PMT
 #  undef __P
 #  undef __PMT
 #  define __P(protos)  protos


Regards
		Petr






More information about the Glibc-bsd-devel mailing list