]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Cleanup mail(1)'s varying styles by converting to using style(9).
authorMike Heffner <mikeh@FreeBSD.org>
Sun, 27 May 2001 20:26:22 +0000 (20:26 +0000)
committerMike Heffner <mikeh@FreeBSD.org>
Sun, 27 May 2001 20:26:22 +0000 (20:26 +0000)
commit9ce73e901878324070d0420a285d144d5acffe2d
tree4db24da36a30190b6f21e814d19598255620d0ed
parent9dfe98e24e1729196d427ae6ea8ce8d0a9cfa081
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