Fix -Werror -Wuninitialized warnings.
[deliverable/binutils-gdb.git] / gdb / i386bsd-nat.c
index f1182ea4e800b85bac2781e3b9c09a4eb83675dd..e991ba0fa716935fc26d66ba16992741c979b9fe 100644 (file)
@@ -1,5 +1,5 @@
 /* Native-dependent code for modern i386 BSD's.
-   Copyright (C) 2000 Free Software Foundation, Inc.
+   Copyright 2000, 2001 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -20,6 +20,7 @@
 
 #include "defs.h"
 #include "inferior.h"
+#include "regcache.h"
 
 #include <sys/types.h>
 #include <sys/ptrace.h>
@@ -103,7 +104,7 @@ cannot_fetch_register (int regno)
 
 /* Transfering the registers between GDB, inferiors and core files.  */
 
-/* Fill GDB's register array with the genereal-purpose register values
+/* Fill GDB's register array with the general-purpose register values
    in *GREGSETP.  */
 
 void
This page took 0.025358 seconds and 4 git commands to generate.