Project

General

Profile

Actions

Bug #1028

closed

patch to compile with solaris 10/nexenta

Added by yusufg about 17 years ago. Updated about 16 years ago.

Status:
Fixed
Priority:
Normal
Category:
core
Target version:
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);
Actions #1

Updated by jakabosky about 17 years ago

  • Status changed from New to Fixed
  • Resolution set to fixed

fixed in r1646

Actions

Also available in: Atom