]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r302776, r302799:
authoreadler <eadler@FreeBSD.org>
Wed, 27 Jun 2018 04:37:22 +0000 (04:37 +0000)
committereadler <eadler@FreeBSD.org>
Wed, 27 Jun 2018 04:37:22 +0000 (04:37 +0000)
commitcd201669fa58d980319489b1054f3ed8471ffe2d
tree067946fbc238ee28c1b239c34d30a80da2eed9e4
parentc0cb0c02392ad137c82836685d9c9bde2eaac95a
MFC r302776, r302799:

mail(1): Bring some fixes from other BSDs.

- Use varargs properly
- Use pid_t
- Better handling of error conditions on forked jobs.
- Some prototype and warning cleanups.

Fix missing forked job changes from r302776 in wait_child().
usr.bin/mail/cmd1.c
usr.bin/mail/cmd2.c
usr.bin/mail/cmd3.c
usr.bin/mail/edit.c
usr.bin/mail/extern.h
usr.bin/mail/fio.c
usr.bin/mail/getname.c
usr.bin/mail/popen.c