]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
dhcp_run no longer resembles anything from udhcp, so remove the reference.
authorRoy Marples <roy@marples.name>
Wed, 7 Nov 2007 15:45:11 +0000 (15:45 +0000)
committerRoy Marples <roy@marples.name>
Wed, 7 Nov 2007 15:45:11 +0000 (15:45 +0000)
client.c

index 611d79d7296b9a0b903fe21624017f610f20ec8f..30dd316cbfe897a70f44597694827b1ec90e8271 100644 (file)
--- a/client.c
+++ b/client.c
@@ -234,8 +234,6 @@ static bool get_old_lease (const options_t *options, interface_t *iface,
 }
 #endif
 
-/* This state machine is based on the one from udhcpc
-   written by Russ Dill */
 int dhcp_run (const options_t *options, int *pidfd)
 {
        interface_t *iface;