From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 659 invoked by alias); 11 Jan 2005 22:33:45 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 627 invoked from network); 11 Jan 2005 22:33:38 -0000 Received: from unknown (HELO rproxy.gmail.com) (64.233.170.195) by sourceware.org with SMTP; 11 Jan 2005 22:33:38 -0000 Received: by rproxy.gmail.com with SMTP id i8so242322rne for ; Tue, 11 Jan 2005 14:33:38 -0800 (PST) Received: by 10.38.126.53 with SMTP id y53mr15553rnc; Tue, 11 Jan 2005 14:33:38 -0800 (PST) Received: from ?10.10.77.2? ([80.108.108.37]) by smtp.gmail.com with ESMTP id 71sm351400rnb.2005.01.11.14.33.37; Tue, 11 Jan 2005 14:33:38 -0800 (PST) From: Georg Grabler Reply-To: ggrabler@gmail.com To: gcc-help@gcc.gnu.org Subject: EINTR undeclared. Date: Tue, 11 Jan 2005 22:33:00 -0000 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501112333.56173.ggrabler@gmail.com> X-SW-Source: 2005-01/txt/msg00090.txt.bz2 Hello everybody. I've lately been trying to compile ipsec-tools within gcc 3.4.3. Now, well, i've the problem that in libipsec there is errno.h included, but still it seems as if the decleration for EINTR is missing. On the web (google) i found that it used to be declared in errno.h. Any suggestions how to patch this in ipsec-tools? Any suggestion where to get EINTR from? Thank you, Georg Grabler