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


> 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,
Roland


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