diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2016-11-19 10:14:03 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-11-29 15:03:52 +0100 |
commit | 191be1b3ed9a88c857ee42b5d2af09f2aad0e15a (patch) | |
tree | 4c8480f9dfc1f1585629ace5d5bfd94b3110e65a /community/chntpw/stdint.patch | |
parent | 41010a200a2d2c61bea2175c17b3155e4c809670 (diff) | |
download | aports-191be1b3ed9a88c857ee42b5d2af09f2aad0e15a.tar.bz2 aports-191be1b3ed9a88c857ee42b5d2af09f2aad0e15a.tar.xz |
unmaintained/chntpw: move to community
Diffstat (limited to 'community/chntpw/stdint.patch')
-rw-r--r-- | community/chntpw/stdint.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/chntpw/stdint.patch b/community/chntpw/stdint.patch new file mode 100644 index 0000000000..841e25ed70 --- /dev/null +++ b/community/chntpw/stdint.patch @@ -0,0 +1,11 @@ +--- ./ntreg.h.orig ++++ ./ntreg.h +@@ -25,6 +25,8 @@ + #ifndef _INCLUDE_NTREG_H + #define _INCLUDE_NTREG_H 1 + ++#include <stdint.h> ++ + #define SZ_MAX 4096 /* Max unicode strlen before we truncate */ + + #define KEY_ROOT 0x2c /* Type ID of ROOT key node */ |