summarylogtreecommitdiffstats
path: root/stdarg-kernel-path-fix.patch
diff options
context:
space:
mode:
authoregnappahz2022-07-31 12:09:46 +0200
committeregnappahz2022-07-31 12:09:46 +0200
commitb336b011d9163b66e28d6e288e612d3dfb50c3c6 (patch)
treec761f782ab6cebf138385c961e6c2c30f2b2fcc2 /stdarg-kernel-path-fix.patch
parentc5b4692239d35cd5f26249a2601f466b18ba3204 (diff)
downloadaur-b336b011d9163b66e28d6e288e612d3dfb50c3c6.tar.gz
Clean it up 2
Diffstat (limited to 'stdarg-kernel-path-fix.patch')
-rw-r--r--stdarg-kernel-path-fix.patch76
1 files changed, 0 insertions, 76 deletions
diff --git a/stdarg-kernel-path-fix.patch b/stdarg-kernel-path-fix.patch
deleted file mode 100644
index 95e9814a9fae..000000000000
--- a/stdarg-kernel-path-fix.patch
+++ /dev/null
@@ -1,76 +0,0 @@
-From b676f8efe97a62f3c0ac677d0a2b8968b7d5331b Mon Sep 17 00:00:00 2001
-From: egnappahz <egnappah@gmail.com>
-Date: Thu, 27 Jan 2022 09:50:59 +0100
-Subject: [PATCH] stdarg kernel path fix
-
----
- uds/memoryAlloc.h | 2 +-
- uds/stringUtils.h | 4 ++--
- vdo/vdoStringUtils.h | 2 +-
- vdo/vio.h | 2 +-
- 4 files changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/uds/memoryAlloc.h b/uds/memoryAlloc.h
-index b144a708..f69e8931 100644
---- a/uds/memoryAlloc.h
-+++ b/uds/memoryAlloc.h
-@@ -22,7 +22,7 @@
- #ifndef MEMORY_ALLOC_H
- #define MEMORY_ALLOC_H 1
-
--#include <stdarg.h>
-+#include <linux/stdarg.h>
-
- #include "compiler.h"
- #include "cpu.h"
-diff --git a/uds/stringUtils.h b/uds/stringUtils.h
-index 305e28eb..51c129b3 100644
---- a/uds/stringUtils.h
-+++ b/uds/stringUtils.h
-@@ -22,7 +22,7 @@
- #ifndef STRING_UTILS_H
- #define STRING_UTILS_H
-
--#include <stdarg.h>
-+#include <linux/stdarg.h>
- #include <linux/kernel.h>
- #include <linux/string.h>
-
-@@ -88,7 +88,7 @@ int __must_check uds_fixed_sprintf(const char *what,
- * @param [in] error The error code to return for exceeding the specified
- * space, UDS_SUCCESS if no logging required.
- * @param [in] fmt The sprintf format specification.
-- * @param [in] ap The variable argument pointer (see <stdarg.h>).
-+ * @param [in] ap The variable argument pointer (see <linux/stdarg.h>).
- * @param [out] needed If non-NULL, the actual amount of string space
- * required, which may be smaller or larger than
- * buf_size.
-diff --git a/vdo/vdoStringUtils.h b/vdo/vdoStringUtils.h
-index cbae05e0..39160551 100644
---- a/vdo/vdoStringUtils.h
-+++ b/vdo/vdoStringUtils.h
-@@ -22,7 +22,7 @@
- #ifndef VDO_STRING_UTILS_H
- #define VDO_STRING_UTILS_H
-
--#include <stdarg.h>
-+#include <linux/stdarg.h>
- #include <linux/types.h>
-
- /**
-diff --git a/vdo/vio.h b/vdo/vio.h
-index b5ea4284..9d5a3110 100644
---- a/vdo/vio.h
-+++ b/vdo/vio.h
-@@ -22,7 +22,7 @@
- #ifndef VIO_H
- #define VIO_H
-
--#include <stdarg.h>
-+#include <linux/stdarg.h>
-
- #include "kernelLayer.h"
-
---
-2.35.0
-