https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537
--- Comment #20 from Eugene Grosbein <[email protected]> --- (In reply to Mikhail T. from comment #17) > Ironically, the very uuencode code, which you referred me to has lines like: > > rv = b64_ntop(buf, n, buf2, (sizeof(buf2) / sizeof(buf2[0]))); No, it has not. Perhaps, you were reading output of pre-processor (cc -E) because original source has "b64_ntop(buf, n, buf2, nitems(buf2))" - it uses generic macro nitems() to count. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
