summaryrefslogtreecommitdiff
path: root/dev-db/mongodb/files/mongodb-6.0.21-cstdint.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/mongodb/files/mongodb-6.0.21-cstdint.patch')
-rw-r--r--dev-db/mongodb/files/mongodb-6.0.21-cstdint.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-db/mongodb/files/mongodb-6.0.21-cstdint.patch b/dev-db/mongodb/files/mongodb-6.0.21-cstdint.patch
deleted file mode 100644
index f71c3e9cb055..000000000000
--- a/dev-db/mongodb/files/mongodb-6.0.21-cstdint.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From f7eb64bcdf8cc9c6af8761d96173243c416bcdbe Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Fran=C3=A7ois=20Valenduc?= <francoisvalenduc@gmail.com>
-Date: Mon, 14 Apr 2025 19:13:44 +0200
-Subject: [PATCH] ctype.h add cstdint
-
----
- src/mongo/util/ctype.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/mongo/util/ctype.h b/src/mongo/util/ctype.h
-index a3880e281a8..78ee57e3d0c 100644
---- a/src/mongo/util/ctype.h
-+++ b/src/mongo/util/ctype.h
-@@ -67,6 +67,7 @@
- #pragma once
-
- #include <array>
-+#include <cstdint>
-
- namespace mongo::ctype {
- namespace detail {
---
-2.49.0
-