]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Cleanup mail(1)'s varying styles by converting to using style(9).
authormikeh <mikeh@FreeBSD.org>
Sun, 27 May 2001 20:26:22 +0000 (20:26 +0000)
committermikeh <mikeh@FreeBSD.org>
Sun, 27 May 2001 20:26:22 +0000 (20:26 +0000)
commitaa40e2eac7ab213ab193707b4dec5e4bb0a8325b
tree35781af5ff6a267c8e45e7cc6091e7df70c229ce
parent83f67b8f31f7864baf3998922833c641684ff0f0
Cleanup mail(1)'s varying styles by converting to using style(9).

Also take a stab at cleaning up BDECFLAGS and convert all uses of
NOSTR, NIL, NONE, NOVAR, NOGRP, NOGE to NULL. Also kill 'register' to
get diffs somewhat closer to OpenBSD/NetBSD.

There are no functional changes however.
Reviewed by: nra (visual inspection)
26 files changed:
usr.bin/mail/aux.c
usr.bin/mail/cmd1.c
usr.bin/mail/cmd2.c
usr.bin/mail/cmd3.c
usr.bin/mail/cmdtab.c
usr.bin/mail/collect.c
usr.bin/mail/def.h
usr.bin/mail/edit.c
usr.bin/mail/extern.h
usr.bin/mail/fio.c
usr.bin/mail/getname.c
usr.bin/mail/head.c
usr.bin/mail/lex.c
usr.bin/mail/list.c
usr.bin/mail/main.c
usr.bin/mail/names.c
usr.bin/mail/pathnames.h
usr.bin/mail/popen.c
usr.bin/mail/quit.c
usr.bin/mail/send.c
usr.bin/mail/strings.c
usr.bin/mail/temp.c
usr.bin/mail/tty.c
usr.bin/mail/v7.local.c
usr.bin/mail/vars.c
usr.bin/mail/version.c