From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 339 invoked by alias); 27 Jul 2007 15:13:44 -0000 Received: (qmail 331 invoked by uid 22791); 27 Jul 2007 15:13:44 -0000 X-Spam-Check-By: sourceware.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 27 Jul 2007 15:13:37 +0000 Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id C37D464D60 for ; Fri, 27 Jul 2007 15:13:34 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: [patch] drop unused sys/ioctl.h include from some gdbtk files User-Agent: KMail/1.9.7 MIME-Version: 1.0 Date: Fri, 27 Jul 2007 15:14:00 -0000 Content-Type: Multipart/Mixed; boundary="Boundary-00=_4vgqGZywY2dEiaK" Message-Id: <200707271115.04373.vapier@gentoo.org> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-07/txt/msg00293.txt.bz2 --Boundary-00=_4vgqGZywY2dEiaK Content-Type: multipart/signed; boundary="nextPart1287806.nzqIdyKnkY"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit --nextPart1287806.nzqIdyKnkY Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Content-length: 167 a few files in gdb/gdbtk/generic/ pull in sys/ioctl.h for no reason (that i= =20 can tell). they arent actually using ioctl() and this breaks my mingw buil= d. -mike --nextPart1287806.nzqIdyKnkY Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. Content-length: 827 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.5 (GNU/Linux) iQIVAwUARqoL+EFjO5/oN/WBAQJzFQ//etJPx5QiigG3RQ3OcFn+WIV9b3oIbbbR J8oHK8wwpE9tnisvrStNphBC69nNzSxJVftUu1egjKo7D+gLa2wHvMG4835+IX28 73S2HnZ9x1IbnG03HymecvC8Ff8Spca6qXgUPKFjbdblp7VR/t8m9F3PpNB8G+74 /72RWhnhVuHfsXOxIsJsPwf92YIaaa6dshCqSimFc6fZeGD6xeNuRRkq9WtT9s8e P9sr4PJ2sTPrrJQ6CWqlWvah1NQFlJfvQksIon8bhmL27GKvLx8OxrJB2aLKPwSJ U7LBrdDl/b9eRKI9cfonzmD3K2rcDZE4slZSCkiwehx8bmwheCLF9EMFNIUig7Fu vElOA7gy1UrpuvxffV5AEq79xoUSKh4hE1Dy7OGwJUpSbCY8UBwBFQ6zzpmzgYgK mBARXBkR0c/HNy/uVdJIPqHGDH/CROQ2dUd9thJHPeQL4R2W4tpZ1PgNlZUAVTYA Pc8aGsb8r+mvc+fpHNs2seaGe4BeV8w3iYqJOEytm5QM5D+vJacZ9xvw/bMiIxF7 YumS+axUNaa5oP4ioBAL0Jgjje6mZHpyvseYW48osf2hMZjyTvXcn67tZWWUXFvu VZjLOddWWZHtYmqkHbID6MY3k9M52CU/FSdm569PtHdsHv1v4EL08FX/Erkd7UWK T7gs4x0wW+k= =MZ+a -----END PGP SIGNATURE----- --nextPart1287806.nzqIdyKnkY-- --Boundary-00=_4vgqGZywY2dEiaK Content-Type: text/x-diff; charset="us-ascii"; name="gdb-gdbtk-no-sys-ioctl.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="gdb-gdbtk-no-sys-ioctl.patch" Content-length: 1620 2007-07-26 Mike Frysinger * generic/gdbtk-cmds.c (sys/ioctl.h): Remove include. * generic/gdbtk-hooks.c (sys/ioctl.h): Likewise. * generic/gdbtk.c (sys/ioctl.h): Likewise. Index: gdb/gdbtk/generic/gdbtk-cmds.c =================================================================== RCS file: /cvs/src/src/gdb/gdbtk/generic/gdbtk-cmds.c,v retrieving revision 1.97 diff -u -p -r1.97 gdbtk-cmds.c --- gdb/gdbtk/generic/gdbtk-cmds.c 21 Jun 2007 15:18:51 -0000 1.97 +++ gdb/gdbtk/generic/gdbtk-cmds.c 26 Jul 2007 08:57:01 -0000 @@ -57,7 +57,6 @@ #include #include -#include #include #include Index: gdb/gdbtk/generic/gdbtk-hooks.c =================================================================== RCS file: /cvs/src/src/gdb/gdbtk/generic/gdbtk-hooks.c,v retrieving revision 1.41 diff -u -p -r1.41 gdbtk-hooks.c --- gdb/gdbtk/generic/gdbtk-hooks.c 23 Dec 2005 18:23:16 -0000 1.41 +++ gdb/gdbtk/generic/gdbtk-hooks.c 26 Jul 2007 08:57:01 -0000 @@ -51,7 +51,6 @@ #include #include -#include #include #include "gdb_string.h" Index: gdb/gdbtk/generic/gdbtk.c =================================================================== RCS file: /cvs/src/src/gdb/gdbtk/generic/gdbtk.c,v retrieving revision 1.45 diff -u -p -r1.45 gdbtk.c --- gdb/gdbtk/generic/gdbtk.c 1 Dec 2006 02:09:24 -0000 1.45 +++ gdb/gdbtk/generic/gdbtk.c 26 Jul 2007 08:57:01 -0000 @@ -49,7 +49,6 @@ #include #include -#include #include #include --Boundary-00=_4vgqGZywY2dEiaK--