* inf-child.c (inf_child_follow_fork): Add OPS argument.
[deliverable/binutils-gdb.git] / gdb / inf-child.c
index 31bdd29176cb4c2d65fc30e335ee4781e0a555b0..96330097e5231395123f2aafc883e5195e4f0cd7 100644 (file)
@@ -2,7 +2,7 @@
    Unix.
 
    Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
-   1998, 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
+   1998, 1999, 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -121,7 +121,7 @@ inf_child_remove_vfork_catchpoint (int pid)
 }
 
 static int
-inf_child_follow_fork (int follow_child)
+inf_child_follow_fork (struct target_ops *ops, int follow_child)
 {
   /* This version of Unix doesn't support following fork or vfork
      events.  */
This page took 0.024932 seconds and 4 git commands to generate.