- Style(9) fixes, most notably :

o Remove register keyword
	o ANSIfy prototypes
	o Remove "return;" at the end of void functions
	o Remove trailing spaces
	o Don't align local variables with tabs and reorder them
	o Don't use /* FOO */ at the end of a #ifdef FOO block if
	  it's a small block
- Other non-functional changes :
	o 6 -> ETHER_ADDR_LEN
	o Don't initialize if_output; ether_ifattach() does it for us
This commit is contained in:
Maxime Henrion 2003-06-01 19:26:34 +00:00
parent 0e35e492fc
commit 0934f18afb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115632
2 changed files with 730 additions and 1070 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff