depot/third_party/nixpkgs/pkgs/tools/text/replace/malloc.patch
Default email 8ac5e011d6 Project import generated by Copybara.
GitOrigin-RevId: 2c3273caa153ee8eb5786bc8141b85b859e7efd7
2020-04-24 19:36:52 -04:00

13 lines
388 B
Diff

diff -rc replace-2.24-orig/replace.h replace-2.24/replace.h
*** replace-2.24-orig/replace.h 2004-10-07 15:15:06.000000000 +0200
--- replace-2.24/replace.h 2008-02-21 14:57:47.000000000 +0100
***************
*** 11,17 ****
#include <ctype.h>
#include <unistd.h>
#include <string.h>
- #include <malloc.h>
#include <sys/stat.h>
#include <ftw.h>
#include <utime.h>
--- 11,16 ----