mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
c9f2559e30
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10803
14 lines
388 B
Diff
14 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 ----
|