mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c4714f3342
-current. PR: 14888 Inspired by: maintainer and the stunnel port
12 lines
295 B
Plaintext
12 lines
295 B
Plaintext
--- Config.cc.orig Sun Dec 26 11:25:39 1999
|
|
+++ Config.cc Sun Dec 26 11:25:57 1999
|
|
@@ -334,7 +334,7 @@
|
|
int retval = 1;
|
|
|
|
SOCKADDR_IN sa_client;
|
|
- int addr_len = sizeof(SOCKADDR_IN);
|
|
+ unsigned int addr_len = sizeof(SOCKADDR_IN);
|
|
|
|
#ifndef NO_DEBUG
|
|
PUTERR(2, ("::accept() begin\n"));
|