Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Nov 2009 18:31:34 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r199809 - stable/8/sys/sparc64/include
Message-ID:  <200911251831.nAPIVYtg058263@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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_ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911251831.nAPIVYtg058263>