This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Define DEV_BSIZE only if not already defined


On Tue, May 07, 2013 at 02:50:50PM -0700, Roland McGrath wrote:
> > 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
> > 
> > 	* misc/sys/param.h(DEV_BSIZE): Define only if not already defined.
> 
> Space before that paren.
> 
> >  /* Unit of `st_blocks'.  */
> > +#ifndef DEV_BSIZE
> >  #define DEV_BSIZE       512
> > +#endif
> 
> One space between # and define when inside one level of #if.
> 
> Approved with those fixes.
> 

Thanks, fixed and committed.

-- 
Aurelien Jarno	                        GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]