DragonFly BSD
DragonFly submit List (threaded) for 2004-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

style(9) patches to mrouted(8), edquota(8)


From: Chris Pressey <cpressey@xxxxxxxxxxxxxxx>
Date: Thu, 11 Mar 2004 14:50:24 -0800

This is too big to include, even gzip'ed, so here's the link.

http://catseye.webhop.net/DragonFlyBSD/patch/mrouted_edquota.diff

Patch:		edquota.diff
Type:		style(9)
Description:	1. Remove ``register'' keywords.
		2. Remove explicit (void) casts when ignoring return
		values.
		3. No space after sizeof.
Testing:	no functional changes; compiles, runs.

Patch:		mrouted.diff
Type:		style(9)
Description:	1. Remove ``register'' keywords and convert K&R-style
		function declarations to ANSI-style.
		2. Remove non-__STDC__ ``varargs'' variations. (?)
		3. Remove one section of code marked "#if 0", as there
		was nothing indicating why it was there.  If we need
		it in the future it'll still be in the repository. (?)
		4. Fix a couple of protoype inconsistencies
		(int -> vifi_t)
Testing:	no functional changes; compiles.  (need to rebuild
		kernel before i can test if it runs)

-Chris



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]