aboutsummaryrefslogtreecommitdiff
path: root/patches/0042-doas-define-gnu-source.patch
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-14 15:26:34 +0300
committerCem Keylan <cem@ckyln.com>2021-07-14 15:26:34 +0300
commit1ebccdd350189ff1b1374a58ad24843ad0fe65f2 (patch)
tree24524e9736df2cc7f22ae184a88d5da3b4b52036 /patches/0042-doas-define-gnu-source.patch
parent01e3a0e242b526ae2791de8a0947920e3c9a9ec4 (diff)
downloadotools-1ebccdd350189ff1b1374a58ad24843ad0fe65f2.tar.gz
remove patch directory
Diffstat (limited to 'patches/0042-doas-define-gnu-source.patch')
-rw-r--r--patches/0042-doas-define-gnu-source.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/patches/0042-doas-define-gnu-source.patch b/patches/0042-doas-define-gnu-source.patch
deleted file mode 100644
index cfd119b..0000000
--- a/patches/0042-doas-define-gnu-source.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/usr.bin/doas/doas.c 2020-10-16 13:11:26.769202572 +0300
-+++ b/usr.bin/doas/doas.c 2020-10-16 13:09:43.558056917 +0300
-@@ -15,6 +15,10 @@
- * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- */
-
-+#ifndef _GNU_SOURCE
-+#define _GNU_SOURCE
-+#endif
-+
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <sys/ioctl.h>