Re: [PATCH v3 2/2] define GNU_SOURCE for asprintf()

2021-02-01 Thread Ian Jackson
Manuel Bouyer writes ("[PATCH v3 2/2] define GNU_SOURCE for asprintf()"): > #define _GNU_SOURCE to get for asprintf() prototype on Linux. > Harmless on NetBSD. Release-Acked-by: Ian Jackson This needs to be folded into the previous patch so I will do so. Ian.

[PATCH v3 2/2] define GNU_SOURCE for asprintf()

2021-01-30 Thread Manuel Bouyer
#define _GNU_SOURCE to get for asprintf() prototype on Linux. Harmless on NetBSD. Signed-off-by: Manuel Bouyer --- tools/xenpmd/xenpmd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/xenpmd/xenpmd.c b/tools/xenpmd/xenpmd.c index e432aad856..8e783181e1 100644 --- a/tools/xenpmd/xenpmd