From owner-freebsd-audit Fri May 18 15:52: 9 2001 Delivered-To: freebsd-audit@freebsd.org Received: from cowpie.acm.vt.edu (cowpie.acm.vt.edu [128.173.42.253]) by hub.freebsd.org (Postfix) with ESMTP id 2549037B422 for ; Fri, 18 May 2001 15:52:07 -0700 (PDT) (envelope-from mheffner@cowpie.acm.vt.edu) Received: (from mheffner@localhost) by cowpie.acm.vt.edu (8.11.3/8.11.3) id f4IMpe733067 for freebsd-audit@freebsd.org; Fri, 18 May 2001 18:51:40 -0400 (EDT) (envelope-from mheffner) Date: Fri, 18 May 2001 18:51:40 -0400 From: Mike Heffner To: freebsd-audit@freebsd.org Subject: Cleanup of mail(1)'s varying styles Message-ID: <20010518185140.A33060@cowpie.acm.vt.edu> Reply-To: mheffner@vt.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [ I sent this two days ago, but since it hasn't come through yet I'm switching accounts and trying again, sorry if anyone gets this twice. ] I've gone through mail(1) and tried to cleanup its heterogenous mix of different styles by trying to make everything style(9) compliant. I've also killed `register' use, converted uses of NIL, NONE, NOVAR, NOGRP, NOGE, NOSTR to NULL, and took a stab at cleaning up BDECFLAGS. There shouldn't be any functional changes to the code however. The patch is fairly large, 150K+, so I won't spam the list with it, but it can be found at the address below. While this patch is rather large and mainly just a style(9) update, I think it's something that should be done because it'll make future changes to mail(1) alot easier. Please review. http://people.freebsd.org/~mikeh/diffs/mail.style.diff Thanks, Mike -- Mike Heffner Fredericksburg, VA http://filebox.vt.edu/users/mheffner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message