Shucks; sorry I missed that. Would you like me to send out another patch or do you just want to touch it up on the commit side?
On Thu, Jun 2, 2016 at 6:18 PM, barret rhoden <[email protected]> wrote: > On 2016-06-02 at 17:30 Dan Cross wrote: > > Run clang-format on new sources from OpenBSD and make them > > 'checkpatch clean': this involved one small change in strlcpy.c > > to move an assignment outside of a conditional. > > > > Replace the OpenBSD 'DEF_WEAK' macro invocations with 'libc_hidden_def' > > and 'weak_alias', as per other library code. > > Minor thing: it's just weak_alias, not libc_hidden_def. The code > does it right, but the message is old. > > -- > You received this message because you are subscribed to the Google Groups > "Akaros" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
