freebsd-ports/www/interchange/files/patch-dist::src::tlink.c
Alexander Leidinger b18f2651ac Add interchange 4.8.6, RedHat's database-enabled e-commerce server.
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>
2002-08-31 11:25:57 +00:00

13 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>