summaryrefslogtreecommitdiffstats
path: root/meta-agl-wireless-monitor/recipes-component/boa/boa-0.94.13/0001-boa-fix-compat.h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-agl-wireless-monitor/recipes-component/boa/boa-0.94.13/0001-boa-fix-compat.h.patch')
-rw-r--r--meta-agl-wireless-monitor/recipes-component/boa/boa-0.94.13/0001-boa-fix-compat.h.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-agl-wireless-monitor/recipes-component/boa/boa-0.94.13/0001-boa-fix-compat.h.patch b/meta-agl-wireless-monitor/recipes-component/boa/boa-0.94.13/0001-boa-fix-compat.h.patch
deleted file mode 100644
index caa0e263..00000000
--- a/meta-agl-wireless-monitor/recipes-component/boa/boa-0.94.13/0001-boa-fix-compat.h.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 2d33bc14c1ed37bcc50973740e432d6d894141b6 Mon Sep 17 00:00:00 2023
-From: Yan <yanxk.fnst@fujitsu.com>
-Date: Fri, 25 Aug 2023 10:03:15 +0800
-Subject: [PATCH] boa: fix compat.h
-
-fix this grammer mistake.
-
-Upstream-Status: Pending
-Signed-off-by: Yan <yanxk.fnst@fujitsu.com>
----
- src/compat.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/compat.h b/src/compat.h
-index b3be2e0..31b656a 100644
---- a/src/compat.h
-+++ b/src/compat.h
-@@ -117,7 +117,7 @@ char *strdup(char *s);
- #endif
-
- #ifdef HAVE_TM_GMTOFF
--#define TIMEZONE_OFFSET(foo) foo##->tm_gmtoff
-+#define TIMEZONE_OFFSET(foo) (foo)->tm_gmtoff
- #else
- #define TIMEZONE_OFFSET(foo) timezone
- #endif
---
-2.25.1