Subject: Re: CVS commit: src/sys/lib/libsa
To: David Laight <dsl@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 04/11/2003 09:19:28
On Thu, Apr 10, 2003 at 05:39:47PM +0300, David Laight wrote:
  | 	src/sys/lib/libsa: stand.h
  | 
  | Add FS_DEF() and FS_OPS() defines to save typing (and errors) elsewhere.
  | Kill __P() and argument names in prototypes.
  | (approved by christos)
  | 
  | cvs rdiff -r1.45 -r1.46 src/sys/lib/libsa/stand.h

Hi David.

We generally try to avoid committing functional changes and stylistic
cleanups (e.g, __P()) in the same commit.  (For future reference)

Thanks,
Luke.