1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../e2fsprogs/compile.patch.dietlibc
5 # Copyright (C) 2006 - 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 --- ./lib/ss/pager.c.orig 2006-06-21 15:44:59.000000000 +0200
18 +++ ./lib/ss/pager.c 2006-06-21 15:45:54.000000000 +0200
20 #if (!defined(HAVE_PRCTL) && defined(linux))
21 #include <sys/syscall.h>
23 +#ifndef PR_GET_DUMPABLE
24 +#define PR_GET_DUMPABLE 3
27 static char MORE[] = "more";
28 extern char *_ss_pager_name;
29 --- ./lib/ext2fs/test_io.c.orig 2006-06-21 15:51:20.000000000 +0200
30 +++ ./lib/ext2fs/test_io.c 2006-06-21 15:51:47.000000000 +0200
35 +#ifndef PR_GET_DUMPABLE
36 +#define PR_GET_DUMPABLE 3
40 * For checking structure magic numbers...
42 --- ./lib/blkid/cache.c.orig 2006-06-21 15:57:47.000000000 +0200
43 +++ ./lib/blkid/cache.c 2006-06-21 15:58:16.000000000 +0200
48 +#ifndef PR_GET_DUMPABLE
49 +#define PR_GET_DUMPABLE 3
52 int blkid_debug_mask = 0;
55 --- ./misc/util.c.orig 2006-07-08 00:58:39.000000000 +0000
56 +++ ./misc/util.c 2006-07-08 00:59:42.000000000 +0000
58 void check_plausibility(const char *device)
65 val = stat64(device, &s);