]> git.pld-linux.org Git - packages/squid.git/blame - squid-2.5.STABLE7-non_blocking_disk.patch
- SEGV fix
[packages/squid.git] / squid-2.5.STABLE7-non_blocking_disk.patch
CommitLineData
c82458fd 1Index: squid/src/disk.c
2diff -c squid/src/disk.c:1.157.2.1 squid/src/disk.c:1.157.2.2
3*** squid/src/disk.c:1.157.2.1 Thu Aug 8 14:17:39 2002
4--- squid/src/disk.c Sat Nov 6 14:37:12 2004
5***************
6*** 62,68 ****
7 int fd;
8 if (FILE_MODE(mode) == O_WRONLY)
9 mode |= O_APPEND;
10- mode |= SQUID_NONBLOCK;
11 errno = 0;
12 fd = open(path, mode, 0644);
13 statCounter.syscalls.disk.opens++;
14--- 62,67 ----
This page took 0.023432 seconds and 4 git commands to generate.