summaryrefslogtreecommitdiffstats
path: root/sbin/routed/defs.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2009-04-05 16:01:56 +0000
committerphk <phk@FreeBSD.org>2009-04-05 16:01:56 +0000
commitd7fb1c4ef8d673cc1bf356fe5c0839710478bb6b (patch)
tree4c8275987bf66353f2d9c22a35560006425d9f6f /sbin/routed/defs.h
parent0aa4473504e30b8c42fde93c3e832d615620f0c0 (diff)
downloadFreeBSD-src-d7fb1c4ef8d673cc1bf356fe5c0839710478bb6b.zip
FreeBSD-src-d7fb1c4ef8d673cc1bf356fe5c0839710478bb6b.tar.gz
Some constifications
Diffstat (limited to 'sbin/routed/defs.h')
-rw-r--r--sbin/routed/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/routed/defs.h b/sbin/routed/defs.h
index 5e72e3c..16a7b32 100644
--- a/sbin/routed/defs.h
+++ b/sbin/routed/defs.h
@@ -450,7 +450,7 @@ extern naddr myaddr; /* main address of this system */
extern int stopint; /* !=0 to stop */
extern int rip_sock; /* RIP socket */
-extern struct interface *rip_sock_mcast; /* current multicast interface */
+extern const struct interface *rip_sock_mcast; /* current multicast interface */
extern int rt_sock; /* routing socket */
extern int rt_sock_seqno;
extern int rdisc_sock; /* router-discovery raw socket */
OpenPOWER on IntegriCloud