diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-20 12:09:05 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-20 12:09:05 +0000 |
commit | d9f2c0c23d2de474f27b114baafbcf418dbf05e2 (patch) | |
tree | ef7dab2765400d6c5e79bdc210472686992a93d5 /mail/balsa/files/patch-aq | |
parent | Update to 0.6.0. (diff) |
Update to 1.1.7.
PR: 28963
Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
Notes
Notes:
svn path=/head/; revision=45281
Diffstat (limited to 'mail/balsa/files/patch-aq')
-rw-r--r-- | mail/balsa/files/patch-aq | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/balsa/files/patch-aq b/mail/balsa/files/patch-aq deleted file mode 100644 index 08c8d4f7cd21..000000000000 --- a/mail/balsa/files/patch-aq +++ /dev/null @@ -1,12 +0,0 @@ ---- libbalsa/send.c.orig Fri Sep 29 14:00:46 2000 -+++ libbalsa/send.c Mon Oct 2 13:23:37 2000 -@@ -24,6 +24,9 @@ - - /* #include <radlib.h> */ - /* FreeBSD 4.1-STABLE FreeBSD 4.1-STABLE */ -+#include <sys/types.h> -+#include <sys/socket.h> -+#include <netinet/in.h> - #include <arpa/inet.h> - #include <netdb.h> - |