1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../util-linux/compile.patch.dietlibc
5 # Copyright (C) 2004 - 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 Some hackery, mostly even semi-valid fixes.
19 - Rene Rebe <rene@exactcode.de>
21 --- util-linux-2.12q/mount/fstab.c.vanilla 2005-06-16 01:19:50.000000000 +0200
22 +++ util-linux-2.12q/mount/fstab.c 2005-06-16 01:20:00.000000000 +0200
24 static int signals_have_been_setup = 0;
26 /* Ensure that the lock is released if we are interrupted. */
27 -extern char *strsignal(int sig); /* not always in <string.h> */
28 +//extern char *strsignal(int sig); /* not always in <string.h> */
32 --- util-linux-2.12q/text-utils/column.c.vanilla 2005-06-16 01:23:44.000000000 +0200
33 +++ util-linux-2.12q/text-utils/column.c 2005-06-16 01:24:00.000000000 +0200
35 #include <sys/types.h>
36 #include <sys/ioctl.h>
43 --- util-linux-2.12q/text-utils/pg.c.vanilla 2006-01-01 10:40:13.000000000 +0000
44 +++ util-linux-2.12q/text-utils/pg.c 2006-01-01 10:40:20.000000000 +0000
47 #include <sys/ioctl.h>
49 -#include <sys/termios.h>