diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-09-04 18:54:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-09-04 18:54:13 +0000 |
commit | 1fc84f69d7fb88f2b0b7a87989c9c3ea31cd1db0 (patch) | |
tree | 0a4ce8be85b57f10d390861fa5a21f5cefba1faa /mail/reply-o-matic/files/patch-main.c | |
parent | - Update to 1.2.42.pre3 (diff) |
- Update to 1.4.1
PR: ports/102743
Submitted by: Phil Oleson <oz@nixil.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=172207
Diffstat (limited to 'mail/reply-o-matic/files/patch-main.c')
-rw-r--r-- | mail/reply-o-matic/files/patch-main.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/reply-o-matic/files/patch-main.c b/mail/reply-o-matic/files/patch-main.c deleted file mode 100644 index 4234cdca84d1..000000000000 --- a/mail/reply-o-matic/files/patch-main.c +++ /dev/null @@ -1,20 +0,0 @@ ---- main.c.orig Thu May 13 18:44:13 2004 -+++ main.c Thu May 13 18:44:46 2004 -@@ -929,7 +929,7 @@ - case -1: - diedie(2); - break; -- default: -+/* default: */ - } - if ( forwardto[0] != 0 ) { - pipe(dfd); -@@ -966,7 +966,7 @@ - case -1: - diedie(2); - break; -- default: -+/* default: */ - } - } - |