Date: 20 Apr 2003 16:47:32 +0200 From: Alexander Pohoyda <alexander.pohoyda@gmx.net> To: Martin Blapp <mb@imp.ch> Cc: hackers@freebsd.org Subject: Re: [PATCH] dhclient active interface detection patch Message-ID: <87n0il1b0b.fsf@oak.pohoyda.family> In-Reply-To: <20030420014419.T95995@cvs.imp.ch> References: <20030418132152.X6156@cvs.imp.ch> <20030420014419.T95995@cvs.imp.ch>
next in thread | previous in thread | raw e-mail | index | archive | help
Martin Blapp <mb@imp.ch> 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 <alexander.pohoyda@gmx.net>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87n0il1b0b.fsf>