Changes between Initial Version and Version 1 of Ticket #51520


Ignore:
Timestamp:
May 30, 2016, 6:58:12 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51520

    • Property Cc jeremyhu@… removed
    • Property Owner changed from macports-tickets@… to jeremyhu@…
  • Ticket #51520 – Description

    initial v1  
    1717 (found an example in the cctools patches):
    1818
    19 
     19{{{
    2020static size_t
    2121strnlen(const char *s, size_t maxlen)
     
    2929        return (len);
    3030}
     31}}}
    3132