diff options
author | Daniel Jacobowitz <drow@false.org> | 2004-05-10 16:18:03 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2004-05-10 16:18:03 +0000 |
commit | 41ee5402be0d0032930ab535499cd84ee6a8190a (patch) | |
tree | 171b2fc0f32d0dddfe06ef03d21ee659ee932dbd /sim/common/syscall.c | |
parent | dc49745973a7aacba07093579038da83343d1cbf (diff) | |
download | gdb-41ee5402be0d0032930ab535499cd84ee6a8190a.zip gdb-41ee5402be0d0032930ab535499cd84ee6a8190a.tar.gz gdb-41ee5402be0d0032930ab535499cd84ee6a8190a.tar.bz2 |
* callback.c: Update copyright dates.
* run.c: Likewise.
* sim-basics.h: Likewise.
* sim-load.c: Likewise.
* syscall.c: Likewise.
From Maciej W. Rozycki <macro@ds2.pg.gda.pl>
* callback.c: Include cconfig.h instead of config.h.
* run.c: Likewise.
* sim-basics.h: Likewise.
* sim-load.c: Likewise.
* syscall.c: Likewise.
Diffstat (limited to 'sim/common/syscall.c')
-rw-r--r-- | sim/common/syscall.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/syscall.c b/sim/common/syscall.c index 75121cf..04dc71e 100644 --- a/sim/common/syscall.c +++ b/sim/common/syscall.c @@ -1,5 +1,5 @@ /* Remote target system call support. - Copyright 1997, 1998 Free Software Foundation, Inc. + Copyright 1997, 1998, 2002, 2004 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of GDB. @@ -25,7 +25,7 @@ supported. */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include "cconfig.h" #endif #include "ansidecl.h" #include "libiberty.h" |