Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4:Update
squid.import5580
12466.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 12466.patch of Package squid.import5580
--------------------- PatchSet 12466 Date: 2009/05/04 05:19:56 Author: adrian Branch: SQUID_2_7 Tag: (none) Log: Merge revision 1.4 from Squid-2.HEAD - Fix Bug #2661. Members: src/comm_devpoll.c:1.3.6.1->1.3.6.2 Index: squid/src/comm_devpoll.c =================================================================== RCS file: /cvsroot/squid/squid/src/comm_devpoll.c,v retrieving revision 1.3.6.1 retrieving revision 1.3.6.2 diff -u -r1.3.6.1 -r1.3.6.2 --- squid/src/comm_devpoll.c 2 Feb 2009 11:10:53 -0000 1.3.6.1 +++ squid/src/comm_devpoll.c 4 May 2009 05:19:56 -0000 1.3.6.2 @@ -1,6 +1,6 @@ /* - * $Id: comm_devpoll.c,v 1.3.6.1 2009/02/02 11:10:53 hno Exp $ + * $Id: comm_devpoll.c,v 1.3.6.2 2009/05/04 05:19:56 adrian Exp $ * * DEBUG: section 5 Socket Functions * @@ -37,8 +37,8 @@ #include <sys/devpoll.h> -#define DEVPOLL_UPDATESIZE 1024 -#define DEVPOLL_QUERYSIZE 1024 +#define DEVPOLL_UPDATESIZE OPEN_MAX +#define DEVPOLL_QUERYSIZE OPEN_MAX static int devpoll_fd; static struct timespec zero_timespec;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor