Skip to content

Commit

Permalink
use IF_NAMESIZE, not 16
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Oct 8, 2000
1 parent e2eb494 commit c2a509a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kame/kame/rtadvd/rtadvd.c
@@ -1,4 +1,4 @@
/* $KAME: rtadvd.c,v 1.35 2000/10/08 07:03:24 itojun Exp $ */
/* $KAME: rtadvd.c,v 1.36 2000/10/08 07:04:08 itojun Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -331,7 +331,7 @@ rtmsg_input()
int n, type, ifindex = 0, plen;
size_t len;
char msg[2048], *next, *lim;
u_char ifname[16];
u_char ifname[IF_NAMESIZE];
struct prefix *prefix;
struct rainfo *rai;
struct in6_addr *addr;
Expand Down

0 comments on commit c2a509a

Please sign in to comment.