Add GPL copyright notices to uncopyrighted files.
[deliverable/binutils-gdb.git] / gdb / mac-nat.c
index 5bbe3399a955ad9a9be47af00e26f19f4c87727d..aa2541759d922c661e61b1b2cefab2f14fe45563 100644 (file)
@@ -26,7 +26,7 @@
 #include "frame.h"             /* required by inferior.h */
 #include "inferior.h"
 #include "target.h"
-#include "wait.h"
+#include "gdb_wait.h"
 #include "gdbcore.h"
 #include "command.h"
 #include <signal.h>
@@ -46,7 +46,7 @@
 
 extern struct target_ops child_ops;
 
-static void child_stop PARAMS ((void));
+static void child_stop (void);
 
 static void
 child_fetch_inferior_registers (int r)
@@ -217,7 +217,7 @@ child_create_inferior (exec_file, allargs, env)
   init_wait_for_inferior ();
   clear_proceed_status ();
 
-/*  proceed ((CORE_ADDR) - 1, TARGET_SIGNAL_0, 0);  */
+/*  proceed ((CORE_ADDR) -1, TARGET_SIGNAL_0, 0);  */
 }
 
 static void
This page took 0.024098 seconds and 4 git commands to generate.