diff options
Diffstat (limited to 'mail/spruce/files')
-rw-r--r-- | mail/spruce/files/patch-ab | 11 | ||||
-rw-r--r-- | mail/spruce/files/patch-ad | 13 |
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> |