1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/security/bjorb/files/patch-ad

12 lines
295 B
Plaintext
Raw Normal View History

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