svn commit: r199810 - stable/7/sys/sparc64/include

Marius Strobl marius at FreeBSD.org
Wed Nov 25 18:31:59 UTC 2009


Author: marius
Date: Wed Nov 25 18:31:58 2009
New Revision: 199810
URL: http://svn.freebsd.org/changeset/base/199810

Log:
  MFC: r198502
  
  Sync with the other archs and wrap the prototype of in_cksum_skip(9)
  in #ifdef _KERNEL.
  
  Submitted by:	Ulrich Spoerlein

Modified:
  stable/7/sys/sparc64/include/in_cksum.h
Directory Properties:
  stable/7/sys/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)

Modified: stable/7/sys/sparc64/include/in_cksum.h
==============================================================================
--- stable/7/sys/sparc64/include/in_cksum.h	Wed Nov 25 18:31:34 2009	(r199809)
+++ stable/7/sys/sparc64/include/in_cksum.h	Wed Nov 25 18:31:58 2009	(r199810)
@@ -164,6 +164,8 @@ in_cksum_hdr(struct ip *ip)
 	return (__ret);
 }
 
+#ifdef _KERNEL
 u_short	in_cksum_skip(struct mbuf *m, int len, int skip);
+#endif
 
 #endif /* _MACHINE_IN_CKSUM_H_ */


More information about the svn-src-all mailing list