You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by "masaori335 (via GitHub)" <gi...@apache.org> on 2023/02/08 23:09:58 UTC

[GitHub] [trafficserver] masaori335 opened a new pull request, #9393: Fix missing semi-colon

masaori335 opened a new pull request, #9393:
URL: https://github.com/apache/trafficserver/pull/9393

   If `HAVE_SYSCONF` is false (it's pretty rare), we fall into this compile error. 
   ```
   ../../../include/tscore/ink_memory.h:122:36: error: expected ';' after expression
     page_size = (size_t)getpagesize()
                                      ^
                                      ;
   ```                                   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] masaori335 merged pull request #9393: Fix missing semi-colon

Posted by "masaori335 (via GitHub)" <gi...@apache.org>.
masaori335 merged PR #9393:
URL: https://github.com/apache/trafficserver/pull/9393


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org