Marius Tomaschewski
d11e18a5a5
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=155
42 lines
1.1 KiB
Diff
42 lines
1.1 KiB
Diff
From 3c393c65c158048f55017e48aedcc304c9ebd075 Mon Sep 17 00:00:00 2001
|
|
From: Marius Tomaschewski <mt@suse.de>
|
|
Date: Thu, 18 Aug 2011 10:01:04 +0200
|
|
Subject: [PATCH] dhcp-4.2.2-man-includes
|
|
|
|
---
|
|
dhcpctl/dhcpctl.3 | 4 ++--
|
|
omapip/omapi.3 | 2 +-
|
|
2 files changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/dhcpctl/dhcpctl.3 b/dhcpctl/dhcpctl.3
|
|
index ae42a71..d699f4a 100644
|
|
--- a/dhcpctl/dhcpctl.3
|
|
+++ b/dhcpctl/dhcpctl.3
|
|
@@ -430,8 +430,8 @@ that most error checking has been omitted for brevity.
|
|
#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
|
|
-#include "omapip/result.h"
|
|
-#include "dhcpctl.h"
|
|
+#include <omapip/result.h>
|
|
+#include <dhcpctl/dhcpctl.h>
|
|
|
|
int main (int argc, char **argv) {
|
|
dhcpctl_data_string ipaddrstring = NULL;
|
|
diff --git a/omapip/omapi.3 b/omapip/omapi.3
|
|
index 8fa8105..a616fd3 100644
|
|
--- a/omapip/omapi.3
|
|
+++ b/omapip/omapi.3
|
|
@@ -88,7 +88,7 @@ the lease ends.
|
|
#include <stdio.h>
|
|
#include <netinet/in.h>
|
|
|
|
- #include <isc/result.h>
|
|
+ #include <omapip/result.h>
|
|
#include <dhcpctl/dhcpctl.h>
|
|
|
|
int main (int argc, char **argv) {
|
|
--
|
|
1.8.4
|
|
|