From bd04547f883e71722b908cd49459a3c31c0fdaea Mon Sep 17 00:00:00 2001 From: asomers Date: Tue, 12 Dec 2017 18:17:40 +0000 Subject: shells/fish: fix 2.7.0 build for arm and arm64 PR: 224254 Reported by: marcel@herrbischoff.com Sponsored by: Spectra Logic Corp --- shells/fish/files/patch-src_wgetopt.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 shells/fish/files/patch-src_wgetopt.h (limited to 'shells') diff --git a/shells/fish/files/patch-src_wgetopt.h b/shells/fish/files/patch-src_wgetopt.h new file mode 100644 index 000000000000..c819be768835 --- /dev/null +++ b/shells/fish/files/patch-src_wgetopt.h @@ -0,0 +1,11 @@ +--- src/wgetopt.h.orig 2017-12-11 21:47:12 UTC ++++ src/wgetopt.h +@@ -177,7 +177,7 @@ struct woption { + int *flag; + /// If \c flag is non-null, this is the value that flag will be set to. Otherwise, this is the + /// return-value of the function call. +- int val; ++ wchar_t val; + }; + + // Names for the values of the `has_arg' field of `struct option'. -- cgit