summaryrefslogtreecommitdiff
path: root/security/bjorb/files/patch-ad
blob: 9275b45a429a55d4a52c940e52a20b807076b5c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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"));