Re: svn commit: r191292 - head/libexec/rtld-elf

2009-04-20 Thread Robert Watson
On Mon, 20 Apr 2009, Bruce Evans wrote: Explicitly include machine/param.h for CACHE_LINE_SIZE. MFC after: 2 weeks Modified: head/libexec/rtld-elf/rtld_lock.c It is a style bug (unwarranted chumminess with the implementation) to include (or otherwise refer to) machine/param.h directl

Re: svn commit: r191292 - head/libexec/rtld-elf

2009-04-20 Thread Bruce Evans
On Sun, 19 Apr 2009, Robert Watson wrote: Log: Explicitly include machine/param.h for CACHE_LINE_SIZE. MFC after: 2 weeks Modified: head/libexec/rtld-elf/rtld_lock.c It is a style bug (unwarranted chumminess with the implementation) to include (or otherwise refer to) machine/param.h d