pathmtu/pathmtu.c: Don't explicitly set `_BSD_SOURCE'.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 9 Jul 2017 18:34:57 +0000 (19:34 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 9 Jul 2017 18:34:57 +0000 (19:34 +0100)
commit68ce2acd02b4710e36006be2ac7fb2c0f9538598
tree8c12ed413dae5a2929d1607b1a9f7daa4072c90f
parent9dd1db76f03d49c394f136658a0c60b88be07113
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 <features.h>, and
stretch's version warns that `_BSD_SOURCE' is now deprecated, because
nothing is allowed to remain stable.
pathmtu/pathmtu.c