Clean up a redundant non-redefinition of IFNAMSIZ. IFNAMSIZ

is defined in net/if.h, therefore the condition is never met and
confusing to those who follow.

MFC after:	1 month
This commit is contained in:
Cy Schubert 2018-11-30 04:15:42 +00:00
parent dbb1c64e82
commit a9af9f073c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=341279

View File

@ -1411,10 +1411,6 @@ typedef struct tcpiphdr tcpiphdr_t;
#undef ICMP_MAXTYPE
#define ICMP_MAXTYPE 18
#ifndef IFNAMSIZ
#define IFNAMSIZ 16
#endif
#ifndef LOG_FTP
# define LOG_FTP (11<<3)
#endif