aboutsummaryrefslogtreecommitdiff
path: root/patches/0042-doas-define-gnu-source.patch
diff options
context:
space:
mode:
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>