You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2016/02/04 19:55:52 UTC

[jira] [Closed] (TS-3673) Remove ink_memchr completely

     [ https://issues.apache.org/jira/browse/TS-3673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom closed TS-3673.
-----------------------------

> 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)