[ 
https://issues.apache.org/jira/browse/TS-3673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14588447#comment-14588447
 ] 

ASF subversion and git services commented on TS-3673:
-----------------------------------------------------

Commit fc8113b8c15167f6254298cb14b66d7128a03668 in trafficserver's branch 
refs/heads/master from [~psudaemon]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=fc8113b ]

TS-3673: Remove ink_memchr and friends


> Remove ink_memchr completely
> ----------------------------
>
>                 Key: TS-3673
>                 URL: https://issues.apache.org/jira/browse/TS-3673
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: TS API
>            Reporter: Oknet Xu
>            Assignee: Phil Sorber
>             Fix For: 6.0.0
>
>
> file lib/ts/test_memchr.cc
> add include string.h for strlen()
> add include inittypes.h for uintptr_t
> here is the patch: 
> --- a/lib/ts/test_memchr.cc
> +++ b/lib/ts/test_memchr.cc
> @@ -22,6 +22,8 @@
>   */
>  
>  #include <stdio.h>
> +#include <inttypes.h>
> +#include <string.h>
>  
>  //
>  // fast memchr



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to