[PATCH] Define DEV_BSIZE only if not already defined

Aurelien Jarno aurelien@aurel32.net
Tue May 7 22:06:00 GMT 2013


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



More information about the Libc-alpha mailing list