diff options
Diffstat (limited to 'gdb/kdb-start.c')
-rw-r--r-- | gdb/kdb-start.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/kdb-start.c b/gdb/kdb-start.c index 50e2fa9..e4e0ea2 100644 --- a/gdb/kdb-start.c +++ b/gdb/kdb-start.c @@ -1,5 +1,5 @@ -/* Main loop for the standalone kernel debugger. - Copyright (C) 1989, Free Software Foundation, Inc. +/* Main loop for the standalone kernel debugger, for GDB, the GNU Debugger. + Copyright 1989, 1991 Free Software Foundation, Inc. This file is part of GDB. @@ -18,7 +18,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "defs.h" -#include "param.h" static char *args[] = {"kdb", "kdb-symbols", 0}; |