- 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:
mux 2003-06-01 19:26:34 +00:00
parent 34b4fc2567
commit 395a389841
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