ea8937c1a7
From ChangeLog: o new settings net:socket-bind-ipv4 and net:socket-bind-ipv6 to bind sockets to a specific address o reget does not start transfer if not needed o ssl:verify-certificate set to no by defaul o fixed ~ handling in find and mirror
12 lines
343 B
Plaintext
12 lines
343 B
Plaintext
$OpenBSD: patch-src_NetAccess_cc,v 1.1 2003/01/10 05:41:21 kevlo Exp $
|
|
--- src/NetAccess.cc.orig Fri Jan 10 13:26:27 2003
|
|
+++ src/NetAccess.cc Fri Jan 10 13:26:44 2003
|
|
@@ -25,6 +25,7 @@
|
|
#include <errno.h>
|
|
#include <assert.h>
|
|
#include <math.h>
|
|
+#include <sys/types.h>
|
|
#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
#include "NetAccess.h"
|