Date: Sat, 1 Feb 2003 19:35:08 -0500 (EST) From: Garrett Wollman <wollman@lcs.mit.edu> To: Bakul Shah <bakul@bitblocks.com> Cc: current@FreeBSD.ORG Subject: Re: Style fixups for proc.h Message-ID: <200302020035.h120Z8O4031302@khavrinen.lcs.mit.edu> In-Reply-To: <200302020031.h120VlBO031192@khavrinen.lcs.mit.edu> References: <200302012315.h11NFVaX028348@grimreaper.grondar.org> <200302020002.TAA24089@warspite.cnchost.com> <200302020031.h120VlBO031192@khavrinen.lcs.mit.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
<<On Sat, 1 Feb 2003 19:31:47 -0500 (EST), I wrote: > union baz { > int foo; > struct frotz *gorp; > } foobaz; > #define foo foobaz.foo Oops... What I meant to say: union baz { int bazu_foo; struct frotz *bazu_gorp; } foobaz; #define foo foobaz.bazu_foo With this emendation, my post will actually make sense. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302020035.h120Z8O4031302>