svn commit: r206627 - head/sys/contrib/ipfilter/netinet

Warner Losh imp at FreeBSD.org
Wed Apr 14 20:50:08 UTC 2010


Author: imp
Date: Wed Apr 14 20:50:07 2010
New Revision: 206627
URL: http://svn.freebsd.org/changeset/base/206627

Log:
  We don't need the definition for in_cksum repeated here since we get
  it from machine/in_cksum.h.  This definition prevents us from using
  hand-tuned assembler versions of in_cksum.
  
  # this fixes the modules build on arm for ipfilter.

Modified:
  head/sys/contrib/ipfilter/netinet/ip_compat.h

Modified: head/sys/contrib/ipfilter/netinet/ip_compat.h
==============================================================================
--- head/sys/contrib/ipfilter/netinet/ip_compat.h	Wed Apr 14 20:48:13 2010	(r206626)
+++ head/sys/contrib/ipfilter/netinet/ip_compat.h	Wed Apr 14 20:50:07 2010	(r206627)
@@ -975,7 +975,6 @@ typedef	u_int32_t	u_32_t;
 #   define	SPL_NET(x)	;
 #   define	SPL_IMP(x)	;
 #   define	SPL_SCHED(x)	;
-extern	int	in_cksum __P((struct mbuf *, int));
 #  else
 #   define	SPL_SCHED(x)	x = splhigh()
 #  endif /* __FreeBSD_version >= 500043 */


More information about the svn-src-head mailing list