]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r302776, r302799:
authoreadler <eadler@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 27 Jun 2018 04:56:01 +0000 (04:56 +0000)
committereadler <eadler@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 27 Jun 2018 04:56:01 +0000 (04:56 +0000)
commitc72525e3164bca8ba54da35154d3837ff15c7297
tree878c7b504858b60081defc8d174dcfca40eb7fe2
parent284e0ec83ed5548e029be6b7aa8b71402e644a26
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().

git-svn-id: svn://svn.freebsd.org/base/stable/10@335694 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
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