Build problem on solaris
------------------------
Key: TS-1104
URL: https://issues.apache.org/jira/browse/TS-1104
Project: Traffic Server
Issue Type: Bug
Components: Core
Reporter: Leif Hedstrom
Assignee: Leif Hedstrom
Fix For: 3.1.3
Reported and fixed by Igor Brezac
{code}
--- Store.cc.orig 2012-02-06 10:11:26.365180262 -0500
+++ Store.cc 2012-02-06 10:11:56.035330329 -0500
@@ -629,7 +629,7 @@
blocks = size / STORE_BLOCK_SIZE;
file_pathname = !((s.st_mode & S_IFMT) == S_IFDIR);
- Debug("cache_init", "Span::init - %s hw_sector_size = %d size = %"
PRId64 ", blocks = %" PRId64 ", disk_id = %d, file_pathname = %d",
filename, hw_sector_size, size, blocks, disk_id, file_pathname);
+ Debug("cache_init", "Span::init - %s hw_sector_size = %" PRId64 ",
size = %" PRId64 ", blocks = %" PRId64 ", disk_id = %d, file_pathname
= %d", filename, hw_sector_size, size, blocks, disk_id,
file_pathname);
Lfail:
socketManager.close(fd);
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira