From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21456 invoked by alias); 22 Mar 2007 11:19:13 -0000 Received: (qmail 19597 invoked by uid 22791); 22 Mar 2007 11:16:31 -0000 Received: from sibelius.xs4all.nl (HELO brahms.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 22 Mar 2007 11:16:30 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.0/8.14.0) with ESMTP id l2MBGRmn007391; Thu, 22 Mar 2007 12:16:27 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.0/8.14.0/Submit) id l2MBGO67000815; Thu, 22 Mar 2007 12:16:24 +0100 (CET) Date: Thu, 22 Mar 2007 11:19:00 -0000 Message-Id: <200703221116.l2MBGO67000815@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: denis.pilat@st.com CC: gdb-patches@sourceware.org In-reply-to: <46025389.7070908@st.com> (message from Denis PILAT on Thu, 22 Mar 2007 10:59:37 +0100) Subject: Re: [RFA] typo in gdb/utils.c References: <46014C60.3000904@st.com> <200703211625.l2LGPEL5008136@brahms.sibelius.xs4all.nl> <46025389.7070908@st.com> 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-03/txt/msg00196.txt.bz2 > Date: Thu, 22 Mar 2007 10:59:37 +0100 > From: Denis PILAT > > >> This trivial patch fixes a typo to declare pagination_off_command in > >> gdb/utils.c > >> > > > > Just whack the (redundant) prototype instead. > > > > > I've removed both useless prototypes. Thanks!