diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-21 20:33:28 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-08-22 12:56:35 +0000 |
commit | 078c371335d8be4a054b0ce7185dae90dede9b35 (patch) | |
tree | 5127636cd71261cbf547ebed68882799ede22446 /main/mt-st/musl-path_max.patch | |
parent | cb800ebc10039026780eef7c3a3ebf8f933b8924 (diff) | |
download | aports-078c371335d8be4a054b0ce7185dae90dede9b35.tar.bz2 aports-078c371335d8be4a054b0ce7185dae90dede9b35.tar.xz |
main/mt-st: upgrade to 1.3
Diffstat (limited to 'main/mt-st/musl-path_max.patch')
-rw-r--r-- | main/mt-st/musl-path_max.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/main/mt-st/musl-path_max.patch b/main/mt-st/musl-path_max.patch deleted file mode 100644 index 935abbc16d..0000000000 --- a/main/mt-st/musl-path_max.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- ./stinit.c.orig -+++ ./stinit.c -@@ -8,6 +8,7 @@ - Last modified: Sun Apr 27 14:24:16 2008 by kai.makisara - */ - -+#define _GNU_SOURCE - #include <stdio.h> - #include <stdlib.h> - #include <string.h> -@@ -16,6 +17,7 @@ - #include <errno.h> - #include <fcntl.h> - #include <dirent.h> -+#include <limits.h> - #include <sys/stat.h> - #include <sys/ioctl.h> - #include <sys/sysmacros.h> |