1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../xautolock/wait-hotfix.patch
5 # Copyright (C) 2020 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
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
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- xautolock-2.2/src/engine.c.vanilla 2020-02-20 20:50:38.027123423 +0000
18 +++ xautolock-2.2/src/engine.c 2020-02-20 20:51:12.091123247 +0000
22 #if !defined (UTEKV) && !defined (SYSV) && !defined (SVR4)
23 - union wait status; /* childs process status */
24 + int status; /* childs process status */
25 #else /* !UTEKV && !SYSV && !SVR4 */
26 int status = 0; /* childs process status */
27 #endif /* !UTEKV && !SYSV && !SVR4 */