I suggesting this because it is used more ahead in the same file, but the other way around is fine for me
---------------------------------------- > From: [email protected] > To: [email protected] > Subject: Re: vm_map.h > Date: Thu, 13 Mar 2014 14:00:59 -0400 > CC: [email protected]; [email protected] > > 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 > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "[email protected]" > _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[email protected]"
