From 4e20d73bb52326261f8cf49c20d6de2edea309ee Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 15 Jan 2007 08:49:10 +0000 Subject: Gave asynchronous operations approximate POSIX signal semantics. This will enable us to cascade async operations, which is necessary in order to properly support DNS. (For example, an HTTP request may have to redirect to a new location and will have to perform a new DNS lookup, so we can't just rely on doing the name lookup at the time of parsing the initial URL). Anything other than HTTP is probably broken right now; I'll fix the others up asap. --- src/tests/dhcptest.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/tests/dhcptest.c') diff --git a/src/tests/dhcptest.c b/src/tests/dhcptest.c index 5d6f52dc2..f35a34786 100644 --- a/src/tests/dhcptest.c +++ b/src/tests/dhcptest.c @@ -1,5 +1,6 @@ #include #include +#include #include #include #include @@ -7,6 +8,8 @@ #include #include +#if 0 + static int test_dhcp_aoe_boot ( struct net_device *netdev, char *aoename ) { unsigned int drivenum; @@ -263,3 +266,5 @@ int test_dhcp ( struct net_device *netdev ) { out_no_del_ipv4: return rc; } + +#endif -- cgit v1.2.3-55-g7522