1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/www/httptunnel/files/patch-ab
Brian Somers 71ab0b0f58 An implementation of TCP/IP over HTTP with local modifications to allow
binding the server to a single IP number.
2000-03-21 01:18:06 +00:00

12 lines
398 B
Plaintext

--- common.h.orig Thu Mar 16 00:41:09 2000
+++ common.h Thu Mar 16 00:42:56 2000
@@ -58,7 +58,7 @@
static inline void log_annoying () {}
#endif
-extern int server_socket (int port, int backlog);
+extern int server_socket (struct in_addr addr, int port, int backlog);
extern int set_address (struct sockaddr_in *address,
const char *host, int port);
extern int open_device (char *device);