[prev in list] [next in list] [prev in thread] [next in thread] 

List:       squid-cvs
Subject:    nt squid/src comm_generic.c,1.3.2.4,1.3.2.5
From:       Guido Serassio <serassio () users ! sourceforge ! net>
Date:       2006-10-31 18:17:26
Message-ID: 20061031181739.59709.qmail () squid-cache ! org
[Download RAW message or body]

Update of cvs.devel.squid-cache.org:/cvsroot/squid/squid/src

Modified Files:
      Tag: nt
	comm_generic.c 
Log Message:
Fix build error using Visual Studio

Index: comm_generic.c
===================================================================
RCS file: /cvsroot/squid/squid/src/comm_generic.c,v
retrieving revision 1.3.2.4
retrieving revision 1.3.2.5
diff -C2 -d -r1.3.2.4 -r1.3.2.5
*** comm_generic.c	24 Oct 2006 19:22:35 -0000	1.3.2.4
--- comm_generic.c	31 Oct 2006 18:17:24 -0000	1.3.2.5
***************
*** 133,138 ****
      fd2 = slow_fds[n_slow_fds--];
      if (F->slow_id <= n_slow_fds) {
  	slow_fds[F->slow_id] = fd2;
! 	fde *F2 = &fd_table[fd2];
  	F2->slow_id = F->slow_id;
      }
--- 133,139 ----
      fd2 = slow_fds[n_slow_fds--];
      if (F->slow_id <= n_slow_fds) {
+         fde *F2;
  	slow_fds[F->slow_id] = fd2;
! 	F2 = &fd_table[fd2];
  	F2->slow_id = F->slow_id;
      }

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic