aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@FreeBSD.org>2002-12-15 10:23:02 +0000
committerMaxim Konovalov <maxim@FreeBSD.org>2002-12-15 10:23:02 +0000
commit21ef23ab3fa0e71f12f35e179ec38cb3573efe7c (patch)
tree1044504ede1e9a7c93ca5635276b6a88662e30df
parent2713a5bebbff4f289e0f5b2c5cfccda0fc696a27 (diff)
Notes
-rw-r--r--sys/netinet/ip_dummynet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_dummynet.h b/sys/netinet/ip_dummynet.h
index 79c607dd4175..6b6d006ea97f 100644
--- a/sys/netinet/ip_dummynet.h
+++ b/sys/netinet/ip_dummynet.h
@@ -345,7 +345,7 @@ struct dn_pipe { /* a pipe */
* When the tx clock come from an interface (if_name[0] != '\0'), its name
* is stored below, whereas the ifp is filled when the rule is configured.
*/
- char if_name[16];
+ char if_name[IFNAMSIZ];
struct ifnet *ifp ;
int ready ; /* set if ifp != NULL and we got a signal from it */