1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/security/bjorb/files/patch-ad
Steve Price c4714f3342 Fix build for USA_RESIDENT=yes. Also get this to compile again on
-current.

PR:		14888
Inspired by:	maintainer and the stunnel port
1999-12-27 00:40:15 +00:00

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"));