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

Matthew Dillon dillon at apollo.backplane.com
Mon Mar 15 09:40:18 PST 2004


:
: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

    'eek'.  All right.  This will take about half an hour for me to
    go through :-).

    One note:  A lot of people, including me, prefer char **argv instead
    of char *argv[].  Don't worry about it, I'll fix it up.

					-Matt
					Matthew Dillon 
					<dillon at xxxxxxxxxxxxx>





More information about the Submit mailing list