Dash:
[t2-trunk.git] / package / base / linux / compile.patch.dietlibc
blob343c61a013b07c62afd7205ecb02b5acf2d57310
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../linux/compile.patch.dietlibc
5 # Copyright (C) 2004 - 2016 The T2 SDE Project
6 # Copyright (C) 1998 - 2004 ROCK Linux Project
7
8 # More information can be found in the files COPYING and README.
9
10 # This patch file is dual-licensed. It is available under the license the
11 # patched project is licensed under, as long as it is an OpenSource license
12 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
13 # of the GNU General Public License as published by the Free Software
14 # Foundation; either version 2 of the License, or (at your option) any later
15 # version.
16 # --- T2-COPYRIGHT-NOTE-END ---
18 --- linux-2.4.22/scripts/mkdep.c.orig   2003-09-20 20:54:57.000000000 +0200
19 +++ linux-2.4.22/scripts/mkdep.c        2003-09-20 20:55:43.000000000 +0200
20 @@ -38,7 +38,9 @@
21  #include <string.h>
22  #include <unistd.h>
24 +#ifndef __dietlibc__
25  #include <sys/fcntl.h>
26 +#endif
27  #include <sys/mman.h>
28  #include <sys/stat.h>
29  #include <sys/types.h>
30 --- linux-2.4.22/lib/gen_crc32table.c.orig      2003-09-20 21:51:19.000000000 +0200
31 +++ linux-2.4.22/lib/gen_crc32table.c   2003-09-20 21:51:48.000000000 +0200
32 @@ -1,3 +1,6 @@
33 +#ifdef __dietlibc__
34 +#define _GNU_SOURCE
35 +#endif
36  #include <stdio.h>
37  #include "crc32defs.h"
38  #include <sys/types.h>