1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-13 23:36:08 +00:00
freebsd-ports/mail/spruce/files/patch-ab

15 lines
332 B
Plaintext
Raw Normal View History

1999-06-29 21:28:31 +00:00
--- 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/types.h>
1999-06-29 21:28:31 +00:00
#include <sys/socket.h>
-#include <sys/param.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>