make serial_ops const
[deliverable/binutils-gdb.git] / gdb / ser-pipe.c
index 1b30f781f80e0586a26c09d71e466b03c2945dc2..70bec5ef53831121074020af5dcadefbe252babe 100644 (file)
@@ -29,7 +29,7 @@
 #include <sys/socket.h>
 #include <sys/time.h>
 #include <fcntl.h>
-#include "gdb_string.h"
+#include <string.h>
 #include "filestuff.h"
 
 #include <signal.h>
@@ -213,7 +213,6 @@ _initialize_ser_pipe (void)
 
   memset (ops, 0, sizeof (struct serial_ops));
   ops->name = "pipe";
-  ops->next = 0;
   ops->open = pipe_open;
   ops->close = pipe_close;
   ops->readchar = ser_base_readchar;
This page took 0.029676 seconds and 4 git commands to generate.