1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../dash/compile.patch.dietlibc
5 # Copyright (C) 2016 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 --- ./src/exec.c.orig 2006-07-07 23:21:42.000000000 +0000
18 +++ ./src/exec.c 2006-07-07 23:24:08.000000000 +0000
21 #include <sys/types.h>
29 --- ./src/expand.c.orig 2006-07-07 23:29:07.000000000 +0000
30 +++ ./src/expand.c 2006-07-07 23:30:31.000000000 +0000
32 #include <sys/types.h>
37 +# define lstat64 lstat
42 --- ./src/mail.c.orig 2006-07-07 23:33:17.000000000 +0000
43 +++ ./src/mail.c 2006-07-07 23:33:51.000000000 +0000
46 #include <sys/types.h>
54 --- ./src/redir.c.orig 2006-07-07 23:35:14.000000000 +0000
55 +++ ./src/redir.c 2006-07-07 23:35:56.000000000 +0000
62 +# define fstat64 fstat
64 #include <sys/types.h>
65 #include <sys/param.h> /* PIPE_BUF */
67 --- ./src/bltin/test.c.orig 2006-07-07 23:38:24.000000000 +0000
68 +++ ./src/bltin/test.c 2006-07-07 23:38:54.000000000 +0000
75 +# define lstat64 lstat
77 #include <sys/types.h>