Date: Wed, 25 Nov 2009 18:31:59 +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-7@freebsd.org Subject: svn commit: r199810 - stable/7/sys/sparc64/include Message-ID: <200911251831.nAPIVx2G058305@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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_ */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911251831.nAPIVx2G058305>