openbsd-ports/comms/amtterm/patches/patch-tcp_h
sthen ed5099f622 import ports/comms/amtterm, ok jasper@
amtterm provides gui and cli clients for Intel AMT serial-over-lan (sol),
and a perl script to gather information and control managed computers.

To reduce depencies when only the cli version is wanted, install the
amtterm-term subpackage instead.
2012-06-02 12:09:35 +00:00

9 lines
249 B
Plaintext

$OpenBSD: patch-tcp_h,v 1.1.1.1 2012/06/02 12:09:35 sthen Exp $
--- tcp.h.orig Sat Jun 2 09:16:45 2012
+++ tcp.h Sat Jun 2 09:16:55 2012
@@ -1,3 +1,4 @@
+#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>