[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Dec 13 17:16:51 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537

--- Comment #20 from Eugene Grosbein <eugen at freebsd.org> ---
(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.


More information about the freebsd-bugs mailing list