freebsd-dev/usr.sbin/mailwrapper
Xin LI 8fe1b8c03e Cleanups for mailwrapper(8):
- K&R -> ANSI prototype [O]
 - Do not bother to do free right before exit() or execve() [O]
 - Remove some dead code in addarg()
 - Make additional parameters specified in mailer.conf(5)
   actually work and document the fact. [N]
 - Avoid using __progname but instead use getprogname()
   and setprogname() to provide more sensible messages. [O, N]
 - Update $OpenBSD$ and $NetBSD$ to reflect the fact that we
   have sync'ed with their code.
 - WARNS=6

Obtained from/Inspired by:	OpenBSD [O], NetBSD [N] (partially)
2006-06-06 05:01:12 +00:00
..
mailwrapper.8 Mechanically kill hard sentence breaks. 2004-07-02 23:13:00 +00:00
mailwrapper.c Cleanups for mailwrapper(8): 2006-06-06 05:01:12 +00:00
Makefile Cleanups for mailwrapper(8): 2006-06-06 05:01:12 +00:00
pathnames.h