diff options
Diffstat (limited to 'gdb/signame.c')
-rwxr-xr-x | gdb/signame.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/signame.c b/gdb/signame.c index 7f07893..3569da6 100755 --- a/gdb/signame.c +++ b/gdb/signame.c @@ -1,5 +1,5 @@ -/* Convert between signal names and numbers. - Copyright (C) 1990 Free Software Foundation, Inc. +/* Convert between signal names and numbers, for GDB. + Copyright 1990, 1991 Free Software Foundation, Inc. This file is part of GDB. @@ -23,7 +23,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* GDB-specific, FIXME. (This is for the SYS_SIGLIST_MISSING define). */ #include "defs.h" -#include "param.h" #ifdef __STDC__ #define CONST const |