diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-21 22:11:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-21 22:11:51 +0000 |
commit | ce5ceb73fa5009a3485ef52890f7872d29aa6ebf (patch) | |
tree | be7710e34f8fd61a58c6507b2e107193a8c8fbc3 /mail/lmtp2nntp/files/patch-lmtp2nntp_msg.c.diff | |
parent | Upgrade to 2.6.4. (diff) |
- Update to 1.4.1
PR: ports/87671
Submitted by: Vasil Dimov <vd@datamax.bg> (maintainer)
Diffstat (limited to 'mail/lmtp2nntp/files/patch-lmtp2nntp_msg.c.diff')
-rw-r--r-- | mail/lmtp2nntp/files/patch-lmtp2nntp_msg.c.diff | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/lmtp2nntp/files/patch-lmtp2nntp_msg.c.diff b/mail/lmtp2nntp/files/patch-lmtp2nntp_msg.c.diff new file mode 100644 index 000000000000..5eea117f4083 --- /dev/null +++ b/mail/lmtp2nntp/files/patch-lmtp2nntp_msg.c.diff @@ -0,0 +1,10 @@ +--- lmtp2nntp_msg.c.orig Wed Oct 19 19:16:23 2005 ++++ lmtp2nntp_msg.c Wed Oct 19 19:16:34 2005 +@@ -28,6 +28,7 @@ + + #include <stdlib.h> + #include <stdio.h> ++#include <time.h> + + #include "lmtp2nntp_msg.h" + #include "lmtp2nntp_argz.h" |