svn commit: r199809 - stable/8/sys/sparc64/include

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


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

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/8/sys/sparc64/include/in_cksum.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/sparc64/include/in_cksum.h
==============================================================================
--- stable/8/sys/sparc64/include/in_cksum.h	Wed Nov 25 17:51:14 2009	(r199808)
+++ stable/8/sys/sparc64/include/in_cksum.h	Wed Nov 25 18:31:34 2009	(r199809)
@@ -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