This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Remove some sprintfs from vCont client support


On Tue, Dec 02, 2003 at 11:07:04AM -0500, Daniel Jacobowitz wrote:
> 2003-12-02  Daniel Jacobowitz  <drow@mvista.com>
> 
> 	* remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.

Oops, forgot to commit this after Andrew approved it.  Done now, and
the below.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer

2004-01-17  Daniel Jacobowitz  <drow@mvista.com>

	* remote.c: Update copyright years.

Index: remote.c
===================================================================
RCS file: /cvs/src/src/gdb/remote.c,v
retrieving revision 1.125
diff -u -p -r1.125 remote.c
--- remote.c	18 Jan 2004 03:37:03 -0000	1.125
+++ remote.c	18 Jan 2004 03:37:58 -0000
@@ -1,7 +1,8 @@
 /* Remote target communications for serial-line targets in custom GDB protocol
 
    Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
-   1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+   1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]