mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
o s/if_name[16]/if_name[IFNAMSIZ]/
Reviewed by: luigi MFC after: 1 week
This commit is contained in:
parent
2713a5bebb
commit
21ef23ab3f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue