summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-10-05 18:17:34 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-10-05 18:17:34 +0000
commit35b615923863239db53ffdb32a67b049286b5374 (patch)
tree61f44d50766945ef53bb20b7f307261af6cd9380
parentbec661b6f037209c67fc7c9f022ee157c342ade6 (diff)
downloads6-linux-utils-35b615923863239db53ffdb32a67b049286b5374.tar.xz
And with the previous change, _BSD_SOURCE can go
-rw-r--r--src/minutils/s6ps_ttycache.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/minutils/s6ps_ttycache.c b/src/minutils/s6ps_ttycache.c
index 3193560..0608967 100644
--- a/src/minutils/s6ps_ttycache.c
+++ b/src/minutils/s6ps_ttycache.c
@@ -1,9 +1,5 @@
/* ISC license. */
-#ifndef _BSD_SOURCE
-#define _BSD_SOURCE
-#endif
-
#include <string.h>
#include <stdint.h>
#include <sys/stat.h>