svn commit: r342606 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet

Cy Schubert cy at FreeBSD.org
Sun Dec 30 04:31:52 UTC 2018


Author: cy
Date: Sun Dec 30 04:31:51 2018
New Revision: 342606
URL: https://svnweb.freebsd.org/changeset/base/342606

Log:
  MFC r341279:
  
  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.

Modified:
  stable/11/sys/contrib/ipfilter/netinet/ip_compat.h
Directory Properties:
  stable/11/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/10/sys/contrib/ipfilter/netinet/ip_compat.h
  stable/12/sys/contrib/ipfilter/netinet/ip_compat.h
Directory Properties:
  stable/10/   (props changed)
  stable/12/   (props changed)

Modified: stable/11/sys/contrib/ipfilter/netinet/ip_compat.h
==============================================================================
--- stable/11/sys/contrib/ipfilter/netinet/ip_compat.h	Sun Dec 30 04:25:48 2018	(r342605)
+++ stable/11/sys/contrib/ipfilter/netinet/ip_compat.h	Sun Dec 30 04:31:51 2018	(r342606)
@@ -1400,10 +1400,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


More information about the svn-src-all mailing list