* sparc64-tdep.h (stryct_frame_info, struct trad_frame_saved_reg):
[deliverable/binutils-gdb.git] / gdb / ser-pipe.c
index 38f8e78949abb1341c7e24c0acd7dc68cdb242db..3e04973f854a91d2a2c23a346462c333ae68be98 100644 (file)
@@ -98,7 +98,7 @@ pipe_open (struct serial *scb, const char *name)
       for (old = pidlist; old; old = old->next)
        close (fileno (old->fp));       /* don't allow a flush */
 #endif
-      execl ("/bin/sh", "sh", "-c", name, NULL);
+      execl ("/bin/sh", "sh", "-c", name, (char *) 0);
       _exit (127);
     }
 
This page took 0.0257 seconds and 4 git commands to generate.