Trivial patch to remove dependency on host unsigned long type
[deliverable/binutils-gdb.git] / gdb / i386bsd-nat.c
index 22c79e2cdd9e46193337bf24106b5491c50ec661..797e7dce60539544e89ee41e8f70d451f7a43c77 100644 (file)
@@ -1,7 +1,6 @@
 /* Native-dependent code for modern i386 BSD's.
 
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010,
-   2011 Free Software Foundation, Inc.
+   Copyright (C) 2000-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -332,6 +331,9 @@ i386bsd_dr_get_control (void)
 #endif /* PT_GETDBREGS */
 \f
 
+/* Provide a prototype to silence -Wmissing-prototypes.  */
+void _initialize_i386bsd_nat (void);
+
 void
 _initialize_i386bsd_nat (void)
 {
This page took 0.023803 seconds and 4 git commands to generate.