summaryrefslogtreecommitdiff
path: root/ripd/rip_interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'ripd/rip_interface.c')
-rw-r--r--ripd/rip_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/rip_interface.c b/ripd/rip_interface.c
index 3a773f2451..5a3f341205 100644
--- a/ripd/rip_interface.c
+++ b/ripd/rip_interface.c
@@ -133,7 +133,7 @@ void rip_interface_multicast_set(int sock, struct connected *connected)
}
/* Send RIP request packet to specified interface. */
-static void rip_request_interface_send(struct interface *ifp, u_char version)
+static void rip_request_interface_send(struct interface *ifp, uint8_t version)
{
struct sockaddr_in to;