* added graalvm (22.0.0.1) - A high-performance JDK distribution
[t2.git] / package / hppa / palo / hotfix.patch
blob3576ad04b1f3d836c15565c37c3862d8b5120610
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../palo/hotfix.patch
5 # Copyright (C) 2018 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- palo-2.00/palo/palo.c.vanilla 2018-08-16 18:20:19.241434704 +0000
18 +++ palo-2.00/palo/palo.c 2018-08-16 18:20:29.445434551 +0000
19 @@ -22,6 +22,7 @@
20 #include <sys/mman.h>
21 #include <sys/types.h>
22 #include <sys/wait.h>
23 +#include <sys/stat.h>
24 #if LONG_OPTIONS
25 # define _GNU_SOURCE
26 # include <getopt.h>