3b727ca6ac
- Reorganize patches by feature/bug per packaging guidelines (#225691) - Move the following files from patches to source files: linux.dbus-example, linux, Makefile.dist, dhcp4client.h, libdhcp_control.h - Compile with -fno-strict-aliasing as ISC coding standards generally don't agree well with gcc 4.x.x
16 lines
327 B
Diff
16 lines
327 B
Diff
--- dhcp-3.0.5/common/dispatch.c.ecat 2006-02-22 17:43:27.000000000 -0500
|
|
+++ dhcp-3.0.5/common/dispatch.c 2007-03-30 15:54:15.000000000 -0400
|
|
@@ -195,7 +195,6 @@
|
|
}
|
|
}
|
|
|
|
-#if defined (DEBUG_MEMORY_LEAKAGE_ON_EXIT)
|
|
void cancel_all_timeouts ()
|
|
{
|
|
struct timeout *t, *n;
|
|
@@ -216,4 +215,3 @@
|
|
dfree (t, MDL);
|
|
}
|
|
}
|
|
-#endif
|