diff options
Diffstat (limited to 'mail/spruce/files/patch-ab')
| -rw-r--r-- | mail/spruce/files/patch-ab | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/spruce/files/patch-ab b/mail/spruce/files/patch-ab new file mode 100644 index 000000000000..45bd62c49b89 --- /dev/null +++ b/mail/spruce/files/patch-ab @@ -0,0 +1,17 @@ +--- 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 + +-#include <sys/socket.h> + #include <sys/types.h> +-#include <sys/param.h> ++#include <sys/socket.h> ++#include <netinet/in.h> + #include <arpa/inet.h> + #include <netdb.h> +-#include <netinet/in.h> + #include <unistd.h> + #include <string.h> + #include <stdlib.h> |
