Typo: TProtocol.h tests for HAVE_SYS_PARAM_H_
---------------------------------------------

                 Key: THRIFT-1192
                 URL: https://issues.apache.org/jira/browse/THRIFT-1192
             Project: Thrift
          Issue Type: Bug
    Affects Versions: 0.6.1, 0.7
            Reporter: Eric Rannaud
         Attachments: thrift-have-sys-param-typo.patch

TProtocol.h tests for HAVE_SYS_PARAM_H_, which will never be defined, so 
<sys/param.h> is never included.

Attached is a patch that fixes the typo on HAVE_SYS_PARAM_H, but I actually 
suspect that <sys/param.h> is not needed at all in the current codebase, as 
nobody reported a problem and I can't find any obvious need for it.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to