mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
b18f2651ac
The committed port is an improved and updated version of the submitted one, thanks to Stefan (Racke) Hornburg <racke@linuxia.de> for his helpful hints about some configure/build internals of interchange. I decided to take over maintainership of this port for a while until someone more responsive than the port submitter (no answer so far from him since I decided to take over the PR) is interested in it or until I think the testing period of this port is over. PR: 41390 Submitted by: Seth Kingsley <sethk@meowfishies.com> Thanks to: Stefan (Racke) Hornburg <racke@linuxia.de>
14 lines
349 B
C
14 lines
349 B
C
--- dist/src/tlink.c.orig Thu Jul 4 03:03:50 2002
|
|
+++ dist/src/tlink.c Thu Jul 4 03:04:04 2002
|
|
@@ -36,9 +36,9 @@
|
|
#include <sys/time.h>
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
+#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
#include <arpa/telnet.h>
|
|
-#include <netinet/in.h>
|
|
#include <netdb.h>
|
|
#include <sys/un.h>
|
|
#include <unistd.h>
|