diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2022-10-30 17:07:49 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2022-11-28 17:25:58 +0000 |
| commit | 1b91eba37b294fd191a9dc79a80f52495af9418d (patch) | |
| tree | b20307eb322e31ac1a1593bc9e7d16fcc8b65fa4 /sys/compat/linuxkpi/common/include/linux/if_ether.h | |
| parent | 0fce2dc1573019d0732f33fa7c26cc228655d3e8 (diff) | |
Diffstat (limited to 'sys/compat/linuxkpi/common/include/linux/if_ether.h')
| -rw-r--r-- | sys/compat/linuxkpi/common/include/linux/if_ether.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/if_ether.h b/sys/compat/linuxkpi/common/include/linux/if_ether.h index c27583e62ebd..cb3e34a0823f 100644 --- a/sys/compat/linuxkpi/common/include/linux/if_ether.h +++ b/sys/compat/linuxkpi/common/include/linux/if_ether.h @@ -71,6 +71,4 @@ struct ethhdr { uint16_t h_proto; } __packed; -#define ETH_GSTRING_LEN (2 * IF_NAMESIZE) /* Increase if not large enough */ - #endif /* _LINUXKPI_LINUX_IF_ETHER_H_ */ |
