From owner-freebsd-hackers@FreeBSD.ORG Sun Apr 20 07:47:41 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 256F137B401 for ; Sun, 20 Apr 2003 07:47:41 -0700 (PDT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id BBEDE43FD7 for ; Sun, 20 Apr 2003 07:47:39 -0700 (PDT) (envelope-from alexander.pohoyda@gmx.net) Received: (qmail 24080 invoked by uid 65534); 20 Apr 2003 14:47:38 -0000 Received: from p508BE949.dip.t-dialin.net (EHLO oak.pohoyda.family) (80.139.233.73) by mail.gmx.net (mp023-rz3) with SMTP; 20 Apr 2003 16:47:38 +0200 Received: from oak.pohoyda.family (oak.pohoyda.family [127.0.0.1]) by oak.pohoyda.family (8.12.8/8.12.6) with ESMTP id h3KElZfH003155; Sun, 20 Apr 2003 16:47:35 +0200 (CEST) (envelope-from alexander.pohoyda@gmx.net) Received: (from apog@localhost) by oak.pohoyda.family (8.12.8/8.12.6/Submit) id h3KElWGl003149; Sun, 20 Apr 2003 16:47:32 +0200 (CEST) (envelope-from alexander.pohoyda@gmx.net) X-Authentication-Warning: oak.pohoyda.family: apog set sender to alexander.pohoyda@gmx.net using -f Sender: alexander.pohoyda@gmx.net To: Martin Blapp References: <20030418132152.X6156@cvs.imp.ch> <20030420014419.T95995@cvs.imp.ch> From: Alexander Pohoyda Date: 20 Apr 2003 16:47:32 +0200 In-Reply-To: <20030420014419.T95995@cvs.imp.ch> Message-ID: <87n0il1b0b.fsf@oak.pohoyda.family> Lines: 23 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: hackers@freebsd.org Subject: Re: [PATCH] dhclient active interface detection patch X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 14:47:41 -0000 Martin Blapp writes: > I uploaded a fixed patch to the same URL as before. > http://people.freebsd.org/~mbr/patches/dhclient-interfacepolling.diff Might be a good idea to move a closing bracket outside of the ifdef: --- contrib/isc-dhcp.old/client/dhclient.c +++ contrib/isc-dhcp/client/dhclient.c @@ -3134... @@ return (0); -} #else /* ifdef __FreeBSD__ */ return (1); #endif /* Other OSs */ +} -- Alexander Pohoyda