diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-19 01:48:53 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-19 01:48:53 +0000 |
commit | ce64dc58a7805e7a98ca3129e48ec60ca5b7e656 (patch) | |
tree | dfff2419d72d39721d19c34640d8da2f7889cb6c /mail/metamail/files/patch-metamail_codes.c | |
parent | - Rename patch filenames to match new style (diff) |
- Make gcc4 happy
PR: ports/106818
Submitted by: Jean-Francois Dockes <jean-francois.dockes at wanadoo.fr> (maintainer)
Notes
Notes:
svn path=/head/; revision=180113
Diffstat (limited to 'mail/metamail/files/patch-metamail_codes.c')
-rw-r--r-- | mail/metamail/files/patch-metamail_codes.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/metamail/files/patch-metamail_codes.c b/mail/metamail/files/patch-metamail_codes.c new file mode 100644 index 000000000000..140597ac45e5 --- /dev/null +++ b/mail/metamail/files/patch-metamail_codes.c @@ -0,0 +1,10 @@ +--- metamail/codes.c.orig Mon Sep 20 15:13:22 1993 ++++ metamail/codes.c Mon Dec 18 11:46:21 2006 +@@ -13,6 +13,7 @@ + WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. + */ + #include <stdio.h> ++#include <string.h> + #include <ctype.h> + #include <config.h> + |