Compute the function length instead of hard coding it
[deliverable/binutils-gdb.git] / gdb / ser-go32.c
index 4268e2c150a859466f1f0b05dbef2e99e63c961f..75fb91e51399d9efdfb7a3c4e47335f863f882de 100644 (file)
@@ -1,5 +1,5 @@
 /* Remote serial interface for local (hardwired) serial ports for GO32.
-   Copyright (C) 1992-2013 Free Software Foundation, Inc.
+   Copyright (C) 1992-2014 Free Software Foundation, Inc.
 
    Contributed by Nigel Stephens, Algorithmics Ltd. (nigel@algor.co.uk).
 
@@ -848,10 +848,9 @@ dos_sendbreak (struct serial *scb)
 }
 
 
-static struct serial_ops dos_ops =
+static const struct serial_ops dos_ops =
 {
   "hardwire",
-  0,
   dos_open,
   dos_close,
   NULL,                                /* fdopen, not implemented */
This page took 0.023705 seconds and 4 git commands to generate.