From: Mark Wooding Date: Sun, 9 Jul 2017 18:34:57 +0000 (+0100) Subject: pathmtu/pathmtu.c: Don't explicitly set `_BSD_SOURCE'. X-Git-Tag: 1.5.0~155 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/commitdiff_plain/68ce2acd02b4710e36006be2ac7fb2c0f9538598 pathmtu/pathmtu.c: Don't explicitly set `_BSD_SOURCE'. I have a bit set that this was necessary for some reason, but it doesn't seem to be based on a brief inspection of wheezy's , and stretch's version warns that `_BSD_SOURCE' is now deprecated, because nothing is allowed to remain stable. --- diff --git a/pathmtu/pathmtu.c b/pathmtu/pathmtu.c index 9516cd2e..49c67133 100644 --- a/pathmtu/pathmtu.c +++ b/pathmtu/pathmtu.c @@ -26,10 +26,6 @@ /*----- Header files ------------------------------------------------------*/ -#if defined(linux) -# define _BSD_SOURCE -#endif - #include "config.h" #include