[PATCH] mtd-utils: serve_image: use proper POSIX_C_SOURCE value

Brian Norris computersforpeace at gmail.com
Thu Oct 1 10:08:49 PDT 2015


On Thu, Oct 01, 2015 at 04:19:35AM +0300, Kirill Smirnov wrote:
> struct addrinfo and friends conform to POSIX.1-2001, not earlier.
> This patch fixes linking against latest glibc 2.22
> 
> Now email formatting and the generated patch should be OK.

Normally we don't include lines like this ^^ in the commit message.

> Signed-off-by: Kirill Smirnov <kirill.k.smirnov at gmail.com>
> ---

But you can include comments like that (that don't belong in the commit
message) here, below the '---'.

Also, the extra attachment is not too much of a problem, but try to
avoid it in the future.

Anyway, patch looks reasonable to me. Applied to mtd-utils.git. Thanks!

Brian

> serve_image.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/serve_image.c b/serve_image.c
> index d3794ec..cbcf3b7 100644
> --- a/serve_image.c
> +++ b/serve_image.c
> @@ -1,5 +1,5 @@
> #define PROGRAM_NAME "serve_image"
> -#define _POSIX_C_SOURCE 199309
> +#define _POSIX_C_SOURCE 200112L
> 
> #include <time.h>
> #include <errno.h>
> -- 
> 2.5.1



More information about the linux-mtd mailing list