summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-Makefile.am-fix-undefined-function-for-libnsm.a.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/nfs-utils/nfs-utils/0001-Makefile.am-fix-undefined-function-for-libnsm.a.patch')
-rw-r--r--meta/recipes-connectivity/nfs-utils/nfs-utils/0001-Makefile.am-fix-undefined-function-for-libnsm.a.patch12
1 files changed, 8 insertions, 4 deletions
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-Makefile.am-fix-undefined-function-for-libnsm.a.patch b/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-Makefile.am-fix-undefined-function-for-libnsm.a.patch
index fcb0e99b33..bd350144e3 100644
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-Makefile.am-fix-undefined-function-for-libnsm.a.patch
+++ b/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-Makefile.am-fix-undefined-function-for-libnsm.a.patch
@@ -28,10 +28,10 @@ Rebase it.
28Signed-off-by: Robert Yang <liezhi.yang@windriver.com> 28Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
29--- 29---
30 support/misc/Makefile.am | 2 +- 30 support/misc/Makefile.am | 2 +-
31 support/misc/file.c | 111 --------------------------------------------------------------------------------------------------------------- 31 support/misc/file.c | 115 ---------------------------------------------------------------------------------------------------------------
32 support/misc/misc.c | 111 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 32 support/misc/misc.c | 111 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
33 support/nsm/Makefile.am | 2 +- 33 support/nsm/Makefile.am | 2 +-
34 4 files changed, 113 insertions(+), 113 deletions(-) 34 4 files changed, 113 insertions(+), 117 deletions(-)
35 35
36diff --git a/support/misc/Makefile.am b/support/misc/Makefile.am 36diff --git a/support/misc/Makefile.am b/support/misc/Makefile.am
37index f9993e3..8b0e9db 100644 37index f9993e3..8b0e9db 100644
@@ -48,10 +48,10 @@ index f9993e3..8b0e9db 100644
48 MAINTAINERCLEANFILES = Makefile.in 48 MAINTAINERCLEANFILES = Makefile.in
49diff --git a/support/misc/file.c b/support/misc/file.c 49diff --git a/support/misc/file.c b/support/misc/file.c
50deleted file mode 100644 50deleted file mode 100644
51index e7c3819..0000000 51index 06f6bb2..0000000
52--- a/support/misc/file.c 52--- a/support/misc/file.c
53+++ /dev/null 53+++ /dev/null
54@@ -1,111 +0,0 @@ 54@@ -1,115 +0,0 @@
55-/* 55-/*
56- * Copyright 2009 Oracle. All rights reserved. 56- * Copyright 2009 Oracle. All rights reserved.
57- * Copyright 2017 Red Hat, Inc. All rights reserved. 57- * Copyright 2017 Red Hat, Inc. All rights reserved.
@@ -72,6 +72,10 @@ index e7c3819..0000000
72- * along with nfs-utils. If not, see <http://www.gnu.org/licenses/>. 72- * along with nfs-utils. If not, see <http://www.gnu.org/licenses/>.
73- */ 73- */
74- 74-
75-#ifdef HAVE_CONFIG_H
76-#include <config.h>
77-#endif
78-
75-#include <sys/stat.h> 79-#include <sys/stat.h>
76- 80-
77-#include <string.h> 81-#include <string.h>