Date: Tue, 24 Jul 2001 17:06:24 -0700 (PDT) From: Julian Elischer <julian@elischer.org> To: John Baldwin <jhb@FreeBSD.org> Cc: Brooks Davis <brooks@one-eyed-alien.net>, hackers@FreeBSD.org, net@FreeBSD.org Subject: RE: review request: ng_split cleanup Message-ID: <Pine.BSF.4.21.0107241705440.20936-100000@InterJet.elischer.org> In-Reply-To: <XFMail.010724144243.jhb@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
oops actually I think that I do it because 'indent' also recognises it I think. "yeah.. what he says".. :-) On Tue, 24 Jul 2001, John Baldwin wrote: > > On 24-Jul-01 Brooks Davis wrote: > > Please review the following diff for the ng_split netgraph node. It > > cleans up a number of style issues, removes some functions that just did > > that the default functions did, and renames the node to split from > > ng_split to follow the normal convention. In addition to this diff, I > > plan to commit a Makefile update to make this part of the modules build > > and a sys/conf/options entry to allow static compilation. > > > > Thanks, > > Brooks > > > > Index: ng_split.c > > =================================================================== > > RCS file: /home/ncvs/src/sys/netgraph/ng_split.c,v > > retrieving revision 1.1 > > diff -u -r1.1 ng_split.c > > --- ng_split.c 2001/02/22 17:14:34 1.1 > > +++ ng_split.c 2001/07/24 21:37:28 > > @@ -1,5 +1,4 @@ > > -/*- > > - * > > +/* > > * Copyright (c) 1999-2000, Vitaly V Belekhov > > * All rights reserved. > > * > > This hunk is needed for lint(1) to recognize special comments. Don't remove it. > > -- > > John Baldwin <jhb@FreeBSD.org> -- http://www.FreeBSD.org/~jhb/ > PGP Key: http://www.baldwin.cx/~john/pgpkey.asc > "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-net" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0107241705440.20936-100000>