mail(1): Invert calloc(3) argument order.
authorpfg <pfg@FreeBSD.org>
Sun, 10 Jul 2016 02:46:20 +0000 (02:46 +0000)
committerpfg <pfg@FreeBSD.org>
Sun, 10 Jul 2016 02:46:20 +0000 (02:46 +0000)
commit068e5caf0c5382f6e099dc91f402889494920b91
tree13d24e83a037ed3cc29389eb5873dcbe78806997
parent351e95b6286c1f0ed4fe3b3b88b6ba2e405246bc
mail(1): Invert calloc(3) argument order.

calloc(3) is documented to have first a number and then a size.

Obtained from: OpenBSD (through NetBSD)
usr.bin/mail/cmd3.c
usr.bin/mail/vars.c