[packages/fio] - fixed typo in xnvme-sizes patch
qboosh
qboosh at pld-linux.org
Sun Nov 17 13:09:14 CET 2024
commit ed2a2e4adc7ad4e499b5c57c3ba99aa133d2e902
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Nov 17 12:14:59 2024 +0100
- fixed typo in xnvme-sizes patch
fio-xnvme-sizes.patch | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/fio-xnvme-sizes.patch b/fio-xnvme-sizes.patch
index 0af6495..687565b 100644
--- a/fio-xnvme-sizes.patch
+++ b/fio-xnvme-sizes.patch
@@ -4,7 +4,7 @@
const struct xnvme_geo *geo;
struct xnvme_queue *queue;
-+#ifndef LP64
++#ifndef __LP64__
+ uint32_t padding_[4];
+#endif
@@ -14,7 +14,7 @@
struct xnvme_fioe_data {
/* I/O completion queue */
struct io_u **iocq;
-+#ifndef LP64
++#ifndef __LP64__
+ uint32_t padding_;
+#endif
@@ -24,7 +24,7 @@
struct iovec *iovec;
struct iovec *md_iovec;
-+#ifndef LP64
++#ifndef __LP64__
+ uint32_t padding2_[2];
+#endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fio.git/commitdiff/ed2a2e4adc7ad4e499b5c57c3ba99aa133d2e902
More information about the pld-cvs-commit
mailing list