summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2021-12-23 08:53:11 -0600
committerJory Pratt <anarchy@gentoo.org>2021-12-23 08:53:33 -0600
commit72e46251ccb5cc11fc27c25d5dd534c5c025c3d4 (patch)
tree628f4894a3693814689e3d1d41fd5b4672127fc2 /app-crypt/chntpw/files/chntpw-140201-missing-stdint.patch
parentmedia-libs/shaderc: add python 3.10 (diff)
downloadgentoo-72e46251ccb5cc11fc27c25d5dd534c5c025c3d4.tar.gz
gentoo-72e46251ccb5cc11fc27c25d5dd534c5c025c3d4.tar.bz2
gentoo-72e46251ccb5cc11fc27c25d5dd534c5c025c3d4.zip
app-crypt/chntpw: fix missing include stdint.h
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
Diffstat (limited to 'app-crypt/chntpw/files/chntpw-140201-missing-stdint.patch')
-rw-r--r--app-crypt/chntpw/files/chntpw-140201-missing-stdint.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/app-crypt/chntpw/files/chntpw-140201-missing-stdint.patch b/app-crypt/chntpw/files/chntpw-140201-missing-stdint.patch
new file mode 100644
index 000000000000..de33ebff0659
--- /dev/null
+++ b/app-crypt/chntpw/files/chntpw-140201-missing-stdint.patch
@@ -0,0 +1,26 @@
+From c72bedece14b5797b1826e779c7fcb3e3024f820 Mon Sep 17 00:00:00 2001
+From: Jory Pratt <anarchy@gentoo.org>
+Date: Thu, 11 Jul 2019 14:19:30 -0500
+Subject: [PATCH] include missing stdint header
+
+Signed-off-by: Jory Pratt <anarchy@gentoo.org>
+Upstream-Status: Submitted
+---
+ ntreg.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/ntreg.h b/ntreg.h
+index 4b46106..d6fc7cf 100644
+--- a/ntreg.h
++++ b/ntreg.h
+@@ -24,6 +24,7 @@
+
+ #ifndef _INCLUDE_NTREG_H
+ #define _INCLUDE_NTREG_H 1
++#include <stdint.h>
+
+ #define SZ_MAX 4096 /* Max unicode strlen before we truncate */
+
+--
+2.22.0
+