Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Sep 2001 11:02:45 -0700 (PDT)
From:      Matt Dillon <dillon@earth.backplane.com>
To:        John Baldwin <jhb@FreeBSD.ORG>
Cc:        Julian Elischer <julian@elischer.org>, Warner Losh <imp@harmony.village.org>, arch@FreeBSD.ORG
Subject:   Re: Style Wars
Message-ID:  <200109291802.f8TI2jd38468@earth.backplane.com>
References:   <XFMail.010927173631.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
   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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109291802.f8TI2jd38468>