From ff778f60441af3969c32c7771ba9a16dbc090921 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Thu, 17 Dec 2020 02:10:48 +0700 Subject: [PATCH] timer.c: Remove _BSD_SOURCE. (#88) This isn't needed to build, so let's not have it. --- src/timer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/timer.c b/src/timer.c index 4ac9f7b..b50ba46 100644 --- a/src/timer.c +++ b/src/timer.c @@ -62,7 +62,6 @@ extern int ether_fd; #ifdef LINUX #include -#define _BSD_SOURCE #include #include #endif