summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/opensaf/opensaf/0001-src-Add-missing-header-limits.h-for-_POSIX_HOST_NAME.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-daemons/opensaf/opensaf/0001-src-Add-missing-header-limits.h-for-_POSIX_HOST_NAME.patch')
-rw-r--r--meta-networking/recipes-daemons/opensaf/opensaf/0001-src-Add-missing-header-limits.h-for-_POSIX_HOST_NAME.patch20
1 files changed, 9 insertions, 11 deletions
diff --git a/meta-networking/recipes-daemons/opensaf/opensaf/0001-src-Add-missing-header-limits.h-for-_POSIX_HOST_NAME.patch b/meta-networking/recipes-daemons/opensaf/opensaf/0001-src-Add-missing-header-limits.h-for-_POSIX_HOST_NAME.patch
index 4a2a825f9..e4a3975da 100644
--- a/meta-networking/recipes-daemons/opensaf/opensaf/0001-src-Add-missing-header-limits.h-for-_POSIX_HOST_NAME.patch
+++ b/meta-networking/recipes-daemons/opensaf/opensaf/0001-src-Add-missing-header-limits.h-for-_POSIX_HOST_NAME.patch
@@ -1,4 +1,4 @@
1From 6442b57a855e273aa5a3d93e8596783cea128073 Mon Sep 17 00:00:00 2001 1From 7fb393c66df33110fef0cbabac7d304f12eb82e4 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Fri, 15 Sep 2017 09:39:40 -0700 3Date: Fri, 15 Sep 2017 09:39:40 -0700
4Subject: [PATCH] src: Add missing header limits.h for _POSIX_HOST_NAME_MAX 4Subject: [PATCH] src: Add missing header limits.h for _POSIX_HOST_NAME_MAX
@@ -7,6 +7,7 @@ Use _GNU_SOURCE instead of libc internal __USE_GNU
7Do not use the deprecated headers under include/sys 7Do not use the deprecated headers under include/sys
8 8
9Signed-off-by: Khem Raj <raj.khem@gmail.com> 9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10
10--- 11---
11 src/base/os_defs.h | 5 +++-- 12 src/base/os_defs.h | 5 +++--
12 src/mds/mds_dt_tcp.c | 1 - 13 src/mds/mds_dt_tcp.c | 1 -
@@ -18,7 +19,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 7 files changed, 6 insertions(+), 8 deletions(-) 19 7 files changed, 6 insertions(+), 8 deletions(-)
19 20
20diff --git a/src/base/os_defs.h b/src/base/os_defs.h 21diff --git a/src/base/os_defs.h b/src/base/os_defs.h
21index 50a9bf5fc..af6842863 100644 22index a570c43..3559b19 100644
22--- a/src/base/os_defs.h 23--- a/src/base/os_defs.h
23+++ b/src/base/os_defs.h 24+++ b/src/base/os_defs.h
24@@ -47,17 +47,18 @@ 25@@ -47,17 +47,18 @@
@@ -43,7 +44,7 @@ index 50a9bf5fc..af6842863 100644
43 #include <pthread.h> 44 #include <pthread.h>
44 45
45diff --git a/src/mds/mds_dt_tcp.c b/src/mds/mds_dt_tcp.c 46diff --git a/src/mds/mds_dt_tcp.c b/src/mds/mds_dt_tcp.c
46index 1407eb1ab..a87c22faa 100644 47index 1407eb1..a87c22f 100644
47--- a/src/mds/mds_dt_tcp.c 48--- a/src/mds/mds_dt_tcp.c
48+++ b/src/mds/mds_dt_tcp.c 49+++ b/src/mds/mds_dt_tcp.c
49@@ -27,7 +27,6 @@ 50@@ -27,7 +27,6 @@
@@ -55,7 +56,7 @@ index 1407eb1ab..a87c22faa 100644
55 #include <sys/types.h> 56 #include <sys/types.h>
56 #include <unistd.h> 57 #include <unistd.h>
57diff --git a/src/mds/mds_dt_tcp_disc.h b/src/mds/mds_dt_tcp_disc.h 58diff --git a/src/mds/mds_dt_tcp_disc.h b/src/mds/mds_dt_tcp_disc.h
58index a6249d73e..574f52681 100644 59index a6249d7..574f526 100644
59--- a/src/mds/mds_dt_tcp_disc.h 60--- a/src/mds/mds_dt_tcp_disc.h
60+++ b/src/mds/mds_dt_tcp_disc.h 61+++ b/src/mds/mds_dt_tcp_disc.h
61@@ -24,7 +24,7 @@ 62@@ -24,7 +24,7 @@
@@ -68,7 +69,7 @@ index a6249d73e..574f52681 100644
68 /* mds_indentifire + mds_version + msg_type + scope_type + server_type + 69 /* mds_indentifire + mds_version + msg_type + scope_type + server_type +
69 server_instance_lower + server_instance_upper + sub_ref_val + sub_ref_val + 70 server_instance_lower + server_instance_upper + sub_ref_val + sub_ref_val +
70diff --git a/src/mds/mds_dt_tipc.c b/src/mds/mds_dt_tipc.c 71diff --git a/src/mds/mds_dt_tipc.c b/src/mds/mds_dt_tipc.c
71index 37745e7f0..9b3255567 100644 72index 7714175..a0ed3b6 100644
72--- a/src/mds/mds_dt_tipc.c 73--- a/src/mds/mds_dt_tipc.c
73+++ b/src/mds/mds_dt_tipc.c 74+++ b/src/mds/mds_dt_tipc.c
74@@ -35,7 +35,6 @@ 75@@ -35,7 +35,6 @@
@@ -80,7 +81,7 @@ index 37745e7f0..9b3255567 100644
80 #include <sys/types.h> 81 #include <sys/types.h>
81 #include <unistd.h> 82 #include <unistd.h>
82diff --git a/src/mds/mds_dt_tipc.h b/src/mds/mds_dt_tipc.h 83diff --git a/src/mds/mds_dt_tipc.h b/src/mds/mds_dt_tipc.h
83index e73a11b09..401d208c2 100644 84index e73a11b..401d208 100644
84--- a/src/mds/mds_dt_tipc.h 85--- a/src/mds/mds_dt_tipc.h
85+++ b/src/mds/mds_dt_tipc.h 86+++ b/src/mds/mds_dt_tipc.h
86@@ -32,7 +32,7 @@ 87@@ -32,7 +32,7 @@
@@ -93,7 +94,7 @@ index e73a11b09..401d208c2 100644
93 #include <errno.h> 94 #include <errno.h>
94 #include <fcntl.h> 95 #include <fcntl.h>
95diff --git a/src/mds/mds_dt_trans.c b/src/mds/mds_dt_trans.c 96diff --git a/src/mds/mds_dt_trans.c b/src/mds/mds_dt_trans.c
96index 6f621e04e..5aacbd33e 100644 97index 6f621e0..5aacbd3 100644
97--- a/src/mds/mds_dt_trans.c 98--- a/src/mds/mds_dt_trans.c
98+++ b/src/mds/mds_dt_trans.c 99+++ b/src/mds/mds_dt_trans.c
99@@ -26,7 +26,6 @@ 100@@ -26,7 +26,6 @@
@@ -105,7 +106,7 @@ index 6f621e04e..5aacbd33e 100644
105 106
106 #define MDS_PROT_TCP 0xA0 107 #define MDS_PROT_TCP 0xA0
107diff --git a/src/ntf/ntfd/NtfLogger.cc b/src/ntf/ntfd/NtfLogger.cc 108diff --git a/src/ntf/ntfd/NtfLogger.cc b/src/ntf/ntfd/NtfLogger.cc
108index 84014b578..31b1ccc6c 100644 109index fd17c58..1120008 100644
109--- a/src/ntf/ntfd/NtfLogger.cc 110--- a/src/ntf/ntfd/NtfLogger.cc
110+++ b/src/ntf/ntfd/NtfLogger.cc 111+++ b/src/ntf/ntfd/NtfLogger.cc
111@@ -20,7 +20,7 @@ 112@@ -20,7 +20,7 @@
@@ -117,6 +118,3 @@ index 84014b578..31b1ccc6c 100644
117 118
118 #include "base/osaf_utility.h" 119 #include "base/osaf_utility.h"
119 #include <saAis.h> 120 #include <saAis.h>
120--
1212.14.1
122