aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-01-15 18:31:55 +0000
committerDaniel Jacobowitz <drow@false.org>2006-01-15 18:31:55 +0000
commit9c903399a201c983e3daae3c216900fb3454e040 (patch)
tree2ae1ee9f4ca1d01faf405847ac6f3526b5fcf5e2 /gdb/testsuite/gdb.base/checkpoint.c
parent* arm-linux-tdep.c (arm_linux_svr4_fetch_link_map_offsets): (diff)
downloadbinutils-gdb-9c903399a201c983e3daae3c216900fb3454e040.tar.gz
binutils-gdb-9c903399a201c983e3daae3c216900fb3454e040.tar.bz2
binutils-gdb-9c903399a201c983e3daae3c216900fb3454e040.zip
* gdb.base/checkpoint.c: Update copyright notice. Include
<stdlib.h>.
Diffstat (limited to 'gdb/testsuite/gdb.base/checkpoint.c')
-rw-r--r--gdb/testsuite/gdb.base/checkpoint.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.base/checkpoint.c b/gdb/testsuite/gdb.base/checkpoint.c
index 184a68fe2a8..ce57be28dad 100644
--- a/gdb/testsuite/gdb.base/checkpoint.c
+++ b/gdb/testsuite/gdb.base/checkpoint.c
@@ -1,6 +1,6 @@
/* This testcase is part of GDB, the GNU debugger.
- Copyright 2005 Free Software Foundation, Inc.
+ Copyright 2005, 2006 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -14,11 +14,10 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
- Please email any bugs, comments, and/or additions to this file to:
- bug-gdb@prep.ai.mit.edu */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA,
+ 02110-1301, USA. */
+#include <stdlib.h>
#include <stdio.h>
long lines = 0;