Date: Thu, 13 Mar 2014 14:00:59 -0400 From: John Baldwin <jhb@freebsd.org> To: freebsd-current@freebsd.org Cc: Bruno =?iso-8859-1?q?Lauz=E9?= <brunolauze@msn.com>, Alan Cox <alc@freebsd.org> Subject: Re: vm_map.h Message-ID: <201403131400.59282.jhb@freebsd.org> In-Reply-To: <BLU179-W51BFCABBB6A0019AB97DF9C6760@phx.gbl> References: <BLU179-W51BFCABBB6A0019AB97DF9C6760@phx.gbl>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday, March 12, 2014 5:13:28 pm Bruno Lauzé wrote: > The two defines in vm/vm_map.h > > #define min_offset header.start /* (c) */ > #define max_offset header.end /* (c) */ > > > are really getting in the way because those words are most likely to be used downstream. > > I would suggest renaming those defines to: > > #define vm_min_offset header.start /* (c) */ > #define vm_max_offset header.end /* (c) */ > > Am I missing something? A simpler fix is probably to put the #define's under #ifdef _KERNEL. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403131400.59282.jhb>
