Date: Tue, 24 Jul 2001 19:38:42 -0400 From: Garance A Drosihn <drosih@rpi.edu> To: John Baldwin <jhb@FreeBSD.ORG>, Brooks Davis <brooks@one-eyed-alien.net> Cc: hackers@FreeBSD.ORG, net@FreeBSD.ORG Subject: RE: review request: ng_split cleanup Message-ID: <p0510101ab783b668d769@[128.113.24.47]> In-Reply-To: <XFMail.010724144243.jhb@FreeBSD.org> References: <XFMail.010724144243.jhb@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
At 2:42 PM -0700 7/24/01, 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, ... > > 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. The '/*-' part? What does lint do special with those? (and should I have those in new source modules that I create?) -- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu 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?p0510101ab783b668d769>