diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-10 00:26:07 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-10 00:26:07 +0000 |
commit | 9518b1777be39f8f996025737b2eaa49cdc3fb74 (patch) | |
tree | 57816f0efe3dd1c6075a076b3930a80934a2e69a /mail/xbuffy/files/patch-xbuffy.c | |
parent | - Support staging (diff) |
- Support staging
- Use meaningful patch names
- Convert USE_GMAKE to USES
Notes
Notes:
svn path=/head/; revision=353551
Diffstat (limited to 'mail/xbuffy/files/patch-xbuffy.c')
-rw-r--r-- | mail/xbuffy/files/patch-xbuffy.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/xbuffy/files/patch-xbuffy.c b/mail/xbuffy/files/patch-xbuffy.c new file mode 100644 index 000000000000..c1d7b699a87a --- /dev/null +++ b/mail/xbuffy/files/patch-xbuffy.c @@ -0,0 +1,15 @@ +diff -ur ../../xbuffy-3.3.bl.3/xbuffy.c ./xbuffy.c +--- ../../xbuffy-3.3.bl.3/xbuffy.c Wed Jul 1 19:53:44 1998 ++++ ./xbuffy.c Tue May 8 13:14:21 2001 +@@ -177,11 +177,7 @@ + int num = 0; + Arg args[5]; + int nargs; +- static BoxInfo_t *tempNews = 0; + BoxInfo_t *currentBox; +- int found; +- static char *mailHeader = NULL; +- int headerSize; + Boolean beenTouched; + Boolean isIcon = FALSE; + |