This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix type in new i386obsd-nat.c file


Arghh.

Committed of course.

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.

Index: i386obsd-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/i386obsd-nat.c,v
retrieving revision 1.1
diff -u -p -r1.1 i386obsd-nat.c
--- i386obsd-nat.c 4 Jul 2002 15:13:27 -0000 1.1
+++ i386obsd-nat.c 4 Jul 2002 15:16:32 -0000
@@ -24,7 +24,7 @@
 #include <sys/sysctl.h>
 
 /* Prevent warning from -Wmissing-prototypes.  */
-void _initialize_i386fbsd_nat (void);
+void _initialize_i386obsd_nat (void);
 
 void
 _initialize_i386obsd_nat (void)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]