34a5dc1e28
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=3e128ea1dfe1f438c5c539850885a0ad
27 lines
708 B
Diff
27 lines
708 B
Diff
diff --git a/dhcpctl/dhcpctl.3 b/dhcpctl/dhcpctl.3
|
|
index 2e1cb8a..ee44755 100644
|
|
--- a/dhcpctl/dhcpctl.3
|
|
+++ b/dhcpctl/dhcpctl.3
|
|
@@ -425,7 +425,7 @@ that most error checking has been ommitted for brevity.
|
|
#include <stdio.h>
|
|
#include <netinet/in.h>
|
|
|
|
-#include <isc/result.h>
|
|
+#include <isc-dhcp/result.h>
|
|
#include <dhcpctl/dhcpctl.h>
|
|
|
|
int main (int argc, char **argv) {
|
|
diff --git a/omapip/omapi.3 b/omapip/omapi.3
|
|
index 4673549..8e2503f 100644
|
|
--- a/omapip/omapi.3
|
|
+++ b/omapip/omapi.3
|
|
@@ -87,7 +87,7 @@ the lease ends.
|
|
#include <stdio.h>
|
|
#include <netinet/in.h>
|
|
|
|
- #include <isc/result.h>
|
|
+ #include <isc-dhcp/result.h>
|
|
#include <dhcpctl/dhcpctl.h>
|
|
|
|
int main (int argc, char **argv) {
|