aboutsummaryrefslogtreecommitdiffstats
path: root/mail/spruce/files
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-06-30 05:28:31 +0800
committercpiazza <cpiazza@FreeBSD.org>1999-06-30 05:28:31 +0800
commit757f24a121edc9218861bea2d0688d552f209dbd (patch)
tree121427b11cc600d5a0cc5bedaa8b0d87d8c3d07d /mail/spruce/files
parent69e1303f772e3eaa7236071507f16c0d8fd7b529 (diff)
downloadfreebsd-ports-gnome-757f24a121edc9218861bea2d0688d552f209dbd.tar.gz
freebsd-ports-gnome-757f24a121edc9218861bea2d0688d552f209dbd.tar.zst
freebsd-ports-gnome-757f24a121edc9218861bea2d0688d552f209dbd.zip
Update to 0.4.8.
Diffstat (limited to 'mail/spruce/files')
-rw-r--r--mail/spruce/files/patch-ab11
-rw-r--r--mail/spruce/files/patch-ad13
2 files changed, 4 insertions, 20 deletions
diff --git a/mail/spruce/files/patch-ab b/mail/spruce/files/patch-ab
index 45bd62c49b89..b85ddd5b98ab 100644
--- a/mail/spruce/files/patch-ab
+++ b/mail/spruce/files/patch-ab
@@ -1,13 +1,10 @@
---- server.h.orig Fri May 21 18:34:59 1999
-+++ server.h Sat Jun 5 14:55:46 1999
-@@ -19,12 +19,11 @@
- #ifndef SERVER_H
- #define SERVER_H
+--- server.h.orig Mon Jun 21 14:50:08 1999
++++ server.h Tue Jun 29 14:22:57 1999
+@@ -21,10 +21,9 @@
--#include <sys/socket.h>
#include <sys/types.h>
+ #include <sys/socket.h>
-#include <sys/param.h>
-+#include <sys/socket.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
diff --git a/mail/spruce/files/patch-ad b/mail/spruce/files/patch-ad
deleted file mode 100644
index 97794705a372..000000000000
--- a/mail/spruce/files/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
---- sockio.h.orig Mon May 17 17:42:53 1999
-+++ sockio.h Sat Jun 5 14:55:46 1999
-@@ -19,9 +19,8 @@
- #ifndef SOCKIO_H
- #define SOCKIO_H
-
--#include <sys/socket.h>
- #include <sys/types.h>
--#include <sys/param.h>
-+#include <sys/socket.h>
- #include <netdb.h>
- #include <netinet/in.h>
- #include <unistd.h>