From owner-freebsd-hackers Tue Jul 24 17: 3:24 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id 44C2037B406; Tue, 24 Jul 2001 17:03:17 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.4/8.11.2) with ESMTP id f6P02rv42890; Tue, 24 Jul 2001 17:02:53 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Tue, 24 Jul 2001 17:02:52 -0700 (PDT) From: John Baldwin To: Garance A Drosihn Subject: RE: review request: ng_split cleanup Cc: net@FreeBSD.org, hackers@FreeBSD.org, Brooks Davis Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 24-Jul-01 Garance A Drosihn wrote: > 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?) Grr, not lint, but indent treats these special. My memory is failing apparently. -- John Baldwin -- 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-hackers" in the body of the message