linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git] / pkgs / tools / text / replace / malloc.patch
blob1ee95c4bae18d15b3fbb7dc6a3112c5bd82ea04d
1 diff -rc replace-2.24-orig/replace.h replace-2.24/replace.h
2 *** replace-2.24-orig/replace.h 2004-10-07 15:15:06.000000000 +0200
3 --- replace-2.24/replace.h 2008-02-21 14:57:47.000000000 +0100
4 ***************
5 *** 11,17 ****
6 #include <ctype.h>
7 #include <unistd.h>
8 #include <string.h>
9 - #include <malloc.h>
10 #include <sys/stat.h>
11 #include <ftw.h>
12 #include <utime.h>
13 --- 11,16 ----