Actions
Bug #1028
closedpatch to compile with solaris 10/nexenta
ASK QUESTIONS IN Forums:
Description
root@nexenta:/usr/local/src/lighty-trunk# svn diff Index: src/network_solaris_sendfilev.c =================================================================== --- src/network_solaris_sendfilev.c (revision 1645) +++ src/network_solaris_sendfilev.c (working copy) @@ -92,7 +92,7 @@ fvec.sfv_len = toSend; /* Solaris sendfilev() */ - if (-1 == (r = sendfilev(fd, &fvec, 1, &written))) { + if (-1 == (r = sendfilev(ifd, &fvec, 1, &written))) { if (errno != EAGAIN) { log_error_write(srv, __FILE__, __LINE__, "ssd", "sendfile: ", strerror(errno), errno);
Updated by jakabosky over 17 years ago
- Status changed from New to Fixed
- Resolution set to fixed
fixed in r1646
Actions
Also available in: Atom