From owner-freebsd-arch Sat Sep 29 11: 2:48 2001 Delivered-To: freebsd-arch@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id DC27337B40B; Sat, 29 Sep 2001 11:02:45 -0700 (PDT) Received: (from dillon@localhost) by earth.backplane.com (8.11.6/8.11.2) id f8TI2jd38468; Sat, 29 Sep 2001 11:02:45 -0700 (PDT) (envelope-from dillon) Date: Sat, 29 Sep 2001 11:02:45 -0700 (PDT) From: Matt Dillon Message-Id: <200109291802.f8TI2jd38468@earth.backplane.com> To: John Baldwin Cc: Julian Elischer , Warner Losh , arch@FreeBSD.ORG Subject: Re: Style Wars References: Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ick. Is this going to turn into yet another thing in style that I am going to have to ignore? -Matt struct foo { int f_type; /* blah blah */ struct mtx f_lock; /* blah blah */ const char *f_name; /* blah blah */ volatile int f_int; /* blah blah */ u_int64_t f_64; /* blah blah */ TAILQ_ENTRY(foo) f_link; /* blah blah */ const volatile char f_cv; /* blah blah */ }; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message