mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-14 23:46:14 +00:00
timer.c: Remove _BSD_SOURCE. (#88)
This isn't needed to build, so let's not have it.
This commit is contained in:
parent
be88851eaf
commit
ff778f6044
@ -62,7 +62,6 @@ extern int ether_fd;
|
||||
|
||||
#ifdef LINUX
|
||||
#include <sys/ioctl.h>
|
||||
#define _BSD_SOURCE
|
||||
#include <signal.h>
|
||||
#include <sys/times.h>
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user