<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>18328</bug_id>
          
          <creation_ts>2003-03-27 18:25 0000</creation_ts>
          <short_desc>dev-db/cdb-0.75 fails to compile with glibc-2.3.2, #include &lt;errno.h&gt; works around</short_desc>
          <delta_ts>2003-03-29 07:23:04 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Development</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>nikai@nikai.net</reporter>
          <assigned_to>seemant@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>nikai@nikai.net</who>
            <bug_when>2003-03-27 18:25:38 0000</bug_when>
            <thetext>0.75-errno.patch
Have a nice day

--- error.h.orig        2003-03-28 00:07:50.000000000 +0100
+++ error.h     2003-03-28 00:08:28.000000000 +0100
@@ -1,7 +1,7 @@
 #ifndef ERROR_H
 #define ERROR_H
 
-extern int errno;
+#include &lt;errno.h&gt;
 
 extern int error_intr;
 extern int error_nomem;

Reproducible: Always
Steps to Reproduce:
1. emerge cdb

Actual Results:  
fails to compile</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>seemant@gentoo.org</who>
            <bug_when>2003-03-29 07:23:04 0000</bug_when>
            <thetext>thanks nicolas.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>