diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:00:12 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:00:12 +0000 |
commit | 7792c21583f7131ad63a9cb6e25b7ef38652d3a7 (patch) | |
tree | 35ae86a1ec3a303f6ac7c0146111c635eff41fb4 /sysutils/paicc/files/patch-evap__evap.c | |
parent | - Switch databases/libmemcache to USES=libtool, drop .la files (diff) |
Rename sysutils/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363335
Diffstat (limited to 'sysutils/paicc/files/patch-evap__evap.c')
-rw-r--r-- | sysutils/paicc/files/patch-evap__evap.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/paicc/files/patch-evap__evap.c b/sysutils/paicc/files/patch-evap__evap.c new file mode 100644 index 000000000000..6dc57ead8831 --- /dev/null +++ b/sysutils/paicc/files/patch-evap__evap.c @@ -0,0 +1,10 @@ +--- evap/evap.c.dist Sun Aug 25 08:36:46 1996 ++++ evap/evap.c Sat Apr 28 16:24:54 2001 +@@ -19,7 +19,6 @@ + + #include <stdio.h> + #include <ctype.h> +-#include <malloc.h> + #include <sys/types.h> + #include <pwd.h> + #include <string.h> |