]> git.pld-linux.org Git - packages/dhcp.git/commitdiff
- updated patch auto/th/dhcp-3_1_0-3
authorPatryk Zawadzki <patrys@room-303.com>
Fri, 14 Dec 2007 13:45:19 +0000 (13:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcp-libdhcp4client.patch -> 1.2

dhcp-libdhcp4client.patch

index c2d7f3a1d62c4565cfe5797231f72c20b4c8e509..147cd90ee9d4464970aa7f92dfe802e2bbc6a51a 100644 (file)
@@ -596,14 +596,13 @@ diff -up dhcp-3.1.0/common/dispatch.c.libdhcp4client dhcp-3.1.0/common/dispatch.
        t = (struct timeout *)0;
        for (q = timeouts; q; q = q -> next) {
                if (q -> func == where && q -> what == what) {
-@@ -193,11 +338,16 @@ void cancel_timeout (where, what)
+@@ -193,10 +338,15 @@ void cancel_timeout (where, what)
                q -> next = free_timeouts;
                free_timeouts = q;
        }
 +#endif
  }
  
- #if defined (DEBUG_MEMORY_LEAKAGE_ON_EXIT)
  void cancel_all_timeouts ()
  {
 +#ifdef LIBDHCP
This page took 0.125237 seconds and 4 git commands to generate.