Hi. Place the '#define _GNU_SOURCE' within an #ifndef/#endif block testing if '_GNU_SOURCE' is already defined. Signed-off-by: Art Haas <ahaas@xxxxxxxxxxx> --- mailinfo.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) d3932a8fca2faac8ed14bfd0e65c1f0135dc1d4b diff --git a/mailinfo.c b/mailinfo.c index b276519..4b99ccf 100644 --- a/mailinfo.c +++ b/mailinfo.c @@ -2,7 +2,9 @@ * Another stupid program, this one parsing the headers of an * email to figure out authorship and subject */ +#ifndef _GNU_SOURCE #define _GNU_SOURCE +#endif #include <stdio.h> #include <stdlib.h> #include <string.h> -- 1.3.1.g66ae -- Man once surrendering his reason, has no remaining guard against absurdities the most monstrous, and like a ship without rudder, is the sport of every wind. -Thomas Jefferson to James Smith, 1822 - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html