2001-01-31 David Smith <dsmith@redhat.com>

* event-loop.c: Change inclusion of string.h to gdb_string.h and
	updated the copyright notice.
	* ser-pipe.c: Ditto.
	* mi/mi-cmds.c: Ditto.
	* mi/mi-console.c: Ditto.
	* mi/mi-getopt.c: Ditto.
	* mi/mi-parse.c: Ditto.
This commit is contained in:
David Smith
2001-01-31 15:46:36 +00:00
parent ab9cc81536
commit 27b82ed26e
7 changed files with 22 additions and 12 deletions

View File

@ -1,5 +1,5 @@
/* Event loop machinery for GDB, the GNU debugger.
Copyright 1999 Free Software Foundation, Inc.
Copyright 1999, 2001 Free Software Foundation, Inc.
Written by Elena Zannoni <ezannoni@cygnus.com> of Cygnus Solutions.
This file is part of GDB.
@ -33,7 +33,7 @@
#endif
#include <sys/types.h>
#include <string.h>
#include "gdb_string.h"
#include <errno.h>
#include <setjmp.h>
#include <sys/time.h>