1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/security/smtpmap/files/patch-include::small_socket.h
Oliver Lehmann 7da1d13b26 Add smtpmap 0.8, an SMTP software identifier.
PR:		46552
Submitted by:	Hubert Tournier <hubert@frbsd.org>
2003-06-17 00:03:58 +00:00

13 lines
337 B
C

--- include/small_socket.h.orig Tue Oct 29 19:16:01 2002
+++ include/small_socket.h Tue Jun 17 01:30:21 2003
@@ -8,8 +8,8 @@
#define __SMALL_SOCKET_H
extern "C" {
-#include <sys/socket.h>
#include <sys/types.h>
+#include <sys/socket.h>
#include <sys/time.h> // For NetBSD compatibility
#include <netinet/in.h>
#include <fcntl.h>