[git] Updated (1.5.5.1 -> 1.5.5.4)
[opensde-package-nopast.git] / base / dietlibc / ppc-ioctl.h.patch
blob00f07ec98afbd78734d2d483ccd5e8efcd1ed4c4
1 # --- SDE-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # Filename: package/.../dietlibc/ppc-ioctl.h.patch
5 # Copyright (C) 2006 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
14 # version.
15 # --- SDE-COPYRIGHT-NOTE-END ---
17 Needed for at least popt (sigh), should be reviewed for correctness ...
19 - Rene Rebe <rene@exactcode.de>
21 --- dietlibc-0.29/include/sys/ppc-ioctl.h.vanilla 2006-03-28 10:43:28.087690250 +0200
22 +++ dietlibc-0.29/include/sys/ppc-ioctl.h 2006-03-28 10:43:32.391959250 +0200
23 @@ -150,7 +150,6 @@
24 #define TIOCMIWAIT 0x545C /* wait for a change on serial input line(s) */
25 #define TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */
27 -#if 0 /* These are defined this way on Alpha - maybe later. */
28 /* Socket-level I/O control calls. */
30 #define FIOGETOWN _IOR('f', 123, int)
31 @@ -161,4 +160,3 @@
32 #define SIOCGPGRP _IOR('s', 9, pid_t)
34 #define SIOCGSTAMP 0x8906 /* Get stamp - linux-specific */
35 -#endif