From owner-freebsd-smp Wed Mar 27 11:25: 5 2002 Delivered-To: freebsd-smp@freebsd.org Received: from 12-234-96-171.client.attbi.com (12-234-96-171.client.attbi.com [12.234.96.171]) by hub.freebsd.org (Postfix) with ESMTP id B2B9937B41B for ; Wed, 27 Mar 2002 11:24:59 -0800 (PST) Received: by 12-234-96-171.client.attbi.com (Postfix, from userid 1000) id 58AFA5E54; Sat, 27 Apr 2002 11:24:53 -0700 (PDT) Date: Sat, 27 Apr 2002 11:24:53 -0700 From: Jon Mini To: Julian Elischer Cc: freebsd-smp@freebsd.org Subject: Re: Patch to "Lock struct pargs" Message-ID: <20020427112453.D20741@stylus.haikugeek.com> References: <20020426213214.B405@stylus.haikugeek.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from julian@elischer.org on Wed, Mar 27, 2002 at 11:05:55AM -0800 Sender: owner-freebsd-smp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Julian Elischer [julian@elischer.org] wrote : > > > > BTW > > struct pargs { > - u_int ar_ref; /* Reference count. */ > - u_int ar_length; /* Length. */ > - u_char ar_args[0]; /* Arguments. */ > + u_int ar_ref; /* Reference count. */ > + u_int ar_length; /* Length. */ > + u_char ar_args[0]; /* Arguments. */ > }; > > style(9) says that you should use 2 tabs only if you need to.. > the original is fine, because u_char fits in 1 tab.. > This was needless whitespace diff that was caused by accident. Note that the structure isn't even changed. I removed it in an updated version, but I didn't have access to bsdimp's account, so I couldn't take the old one down. -- Jonathan Mini mini@haikugeek.com Yersterday, I was ashamed of myself. Today, I am just hungry. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message