Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 04/14/1997 16:30:02
scottr
Mon Apr 14 09:28:36 PDT 1997
Update of /a/cvsroot/src/sys/arch/mac68k/dev
In directory netbsd1:/var/slash-tmp/cvs-serv12684

Modified Files:
	if_ae.c grf_mv.c 
Log Message:
Purely cosmetic cleanup:

  - Remove unused `register' modifier on declarations
  - Reverse the sense of some tests to make the code more clear
  - Type casts per KNF
  - Move a static variable into the only function that uses it (perhaps
    we can eliminate it entirely, someday?)