Import gnulib's errno module.
[deliverable/binutils-gdb.git] / gdb / inflow.c
index 7876347daabf6135494a0448b2f3ef0059dcf2b6..de6ee56918eeaacd5e9a8b3b7efdb989f8b2d264 100644 (file)
@@ -1,7 +1,5 @@
 /* Low level interface to ptrace, for GDB when running under Unix.
-   Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
-   1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-   2009, 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 1986-1996, 1998-2012 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -927,5 +925,5 @@ input settings."),
   observer_attach_inferior_exit (inflow_inferior_exit);
 
   inflow_inferior_data
-    = register_inferior_data_with_cleanup (inflow_inferior_data_cleanup);
+    = register_inferior_data_with_cleanup (NULL, inflow_inferior_data_cleanup);
 }
This page took 0.028602 seconds and 4 git commands to generate.