Dash:
[t2.git] / package / filesystem / reiserfsprogs / loff_t.patch
blobd8fb345b3541c828b77735ef21d8c8b9feea7cf5
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/*/reiserfsprogs/loff_t.patch
5 # Copyright (C) 2021 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 --- reiserfsprogs-3.6.25/include/misc.h.vanilla 2021-01-19 17:25:09.551477382 +0100
18 +++ reiserfsprogs-3.6.25/include/misc.h 2021-01-19 17:27:32.677484766 +0100
19 @@ -12,7 +12,10 @@
20 # include "config.h"
21 #endif
23 +#include <stdint.h>
25 #define _DEFAULT_SOURCE
26 +#define __USE_MISC
28 #include <stdio.h>
29 #include <unistd.h>