diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-10-05 18:17:34 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-10-05 18:17:34 +0000 |
commit | 35b615923863239db53ffdb32a67b049286b5374 (patch) | |
tree | 61f44d50766945ef53bb20b7f307261af6cd9380 /src | |
parent | bec661b6f037209c67fc7c9f022ee157c342ade6 (diff) | |
download | s6-linux-utils-35b615923863239db53ffdb32a67b049286b5374.tar.xz |
And with the previous change, _BSD_SOURCE can go
Diffstat (limited to 'src')
-rw-r--r-- | src/minutils/s6ps_ttycache.c | 4 |
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> |