29 lines
944 B
Plaintext
29 lines
944 B
Plaintext
diff -uNr dhcp-3.0.3.orig/dhcpctl/dhcpctl.3 dhcp-3.0.3/dhcpctl/dhcpctl.3
|
|
--- dhcp-3.0.3.orig/dhcpctl/dhcpctl.3 2004-09-24 23:08:38.000000000 +0200
|
|
+++ dhcp-3.0.3/dhcpctl/dhcpctl.3 2006-03-29 15:46:13.281689267 +0200
|
|
@@ -425,8 +425,8 @@
|
|
#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;
|
|
diff -uNr dhcp-3.0.3.orig/omapip/omapi.3 dhcp-3.0.3/omapip/omapi.3
|
|
--- dhcp-3.0.3.orig/omapip/omapi.3 2004-09-24 23:08:38.000000000 +0200
|
|
+++ dhcp-3.0.3/omapip/omapi.3 2006-03-29 15:46:57.128056679 +0200
|
|
@@ -87,8 +87,8 @@
|
|
#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;
|