diff options
Diffstat (limited to 'sys/net/if.h')
-rw-r--r-- | sys/net/if.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if.h b/sys/net/if.h index 5da596a..a5e6a02 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -51,7 +51,7 @@ * Length of interface external name, including terminating '\0'. * Note: this is the same size as a generic device's external name. */ -#define IF_NAMESIZE 16 +#define IF_NAMESIZE 64 #if __BSD_VISIBLE #define IFNAMSIZ IF_NAMESIZE #define IF_MAXUNIT 0x7fff /* historical value */ |