2008-09-13 00:24:42 +02:00
|
|
|
--- dhcpctl/dhcpctl.3
|
|
|
|
+++ dhcpctl/dhcpctl.3 2008/09/08 10:02:38
|
|
|
|
@@ -425,8 +425,8 @@ that most error checking has been ommitt
|
2007-01-10 17:39:58 +01:00
|
|
|
#include <stdio.h>
|
|
|
|
#include <netinet/in.h>
|
|
|
|
|
|
|
|
-#include <isc/result.h>
|
|
|
|
-#include <dhcpctl/dhcpctl.h>
|
|
|
|
+#include <isc-dhcp/result.h>
|
|
|
|
+#include <dhcpctl.h>
|
|
|
|
|
|
|
|
int main (int argc, char **argv) {
|
|
|
|
dhcpctl_data_string ipaddrstring = NULL;
|
2008-09-13 00:24:42 +02:00
|
|
|
--- omapip/omapi.3
|
|
|
|
+++ omapip/omapi.3 2008/09/08 10:02:38
|
|
|
|
@@ -87,8 +87,8 @@ the lease ends.
|
2007-01-10 17:39:58 +01:00
|
|
|
#include <stdio.h>
|
|
|
|
#include <netinet/in.h>
|
|
|
|
|
|
|
|
- #include <isc/result.h>
|
|
|
|
- #include <dhcpctl/dhcpctl.h>
|
|
|
|
+ #include <isc-dhcp/result.h>
|
|
|
|
+ #include <dhcpctl.h>
|
|
|
|
|
|
|
|
int main (int argc, char **argv) {
|
|
|
|
dhcpctl_data_string ipaddrstring = NULL;
|