diff options
author | Alexey Neyman <stilor@att.net> | 2022-02-10 18:00:59 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2022-02-11 00:47:51 -0800 |
commit | 86c2982568de1ad4d4cc12a65b19231331484405 (patch) | |
tree | 2e0b3fb78c30877c0c152d59d0e0fff817b73822 /packages/mingw-w64 | |
parent | 1210b0c2f45e32ef0867ca00e16b6aadb6a81bf9 (diff) | |
download | crosstool-ng-86c2982568de1ad4d4cc12a65b19231331484405.tar.gz crosstool-ng-86c2982568de1ad4d4cc12a65b19231331484405.tar.bz2 crosstool-ng-86c2982568de1ad4d4cc12a65b19231331484405.zip |
Run patches thru `manage-packages -P`
This refreshes the line numbers, removes any fuzz (which would make any
future forward ports easier) and standardizes the patch/file headers
(which makes them easier to read).
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/mingw-w64')
-rw-r--r-- | packages/mingw-w64/v8.0.2/0000-mingw64-malloc.patch | 3 | ||||
-rw-r--r-- | packages/mingw-w64/v9.0.0/0000-mingw64-malloc.patch | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/packages/mingw-w64/v8.0.2/0000-mingw64-malloc.patch b/packages/mingw-w64/v8.0.2/0000-mingw64-malloc.patch index 835be631..8e0add1f 100644 --- a/packages/mingw-w64/v8.0.2/0000-mingw64-malloc.patch +++ b/packages/mingw-w64/v8.0.2/0000-mingw64-malloc.patch @@ -1,7 +1,7 @@ --- mingw-w64-tools/genidl/src/genidl_cfg.h | 2 ++ mingw-w64-tools/genidl/src/genidl_typinfo.c | 3 +++ - 2 files changed, 5 insertions(+), 0 deletions(-) + 2 files changed, 5 insertions(+) --- a/mingw-w64-tools/genidl/src/genidl_cfg.h +++ b/mingw-w64-tools/genidl/src/genidl_cfg.h @@ -27,3 +27,4 @@ +#include <stdlib.h> #include <string.h> #include <memory.h> + diff --git a/packages/mingw-w64/v9.0.0/0000-mingw64-malloc.patch b/packages/mingw-w64/v9.0.0/0000-mingw64-malloc.patch index 835be631..8e0add1f 100644 --- a/packages/mingw-w64/v9.0.0/0000-mingw64-malloc.patch +++ b/packages/mingw-w64/v9.0.0/0000-mingw64-malloc.patch @@ -1,7 +1,7 @@ --- mingw-w64-tools/genidl/src/genidl_cfg.h | 2 ++ mingw-w64-tools/genidl/src/genidl_typinfo.c | 3 +++ - 2 files changed, 5 insertions(+), 0 deletions(-) + 2 files changed, 5 insertions(+) --- a/mingw-w64-tools/genidl/src/genidl_cfg.h +++ b/mingw-w64-tools/genidl/src/genidl_cfg.h @@ -27,3 +27,4 @@ +#include <stdlib.h> #include <string.h> #include <memory.h> + |