[PATCH] dhclient active interface detection patch

Alexander Pohoyda alexander.pohoyda at gmx.net
Sun Apr 20 07:47:41 PDT 2003


Martin Blapp <mb at 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 at gmx.net>


More information about the freebsd-hackers mailing list