27 lines
703 B
Plaintext
27 lines
703 B
Plaintext
--- dhcpctl/dhcpctl.3
|
|
+++ dhcpctl/dhcpctl.3 2008/09/08 10:02:38
|
|
@@ -425,8 +425,8 @@ that most error checking has been ommitt
|
|
#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;
|
|
--- omapip/omapi.3
|
|
+++ omapip/omapi.3 2008/09/08 10:02:38
|
|
@@ -87,8 +87,8 @@ the lease ends.
|
|
#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;
|