Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 2009 22:00:26 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r198502 - head/sys/sparc64/include
Message-ID:  <200910262200.n9QM0QEg011599@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Mon Oct 26 22:00:26 2009
New Revision: 198502
URL: http://svn.freebsd.org/changeset/base/198502

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

Modified:
  head/sys/sparc64/include/in_cksum.h

Modified: head/sys/sparc64/include/in_cksum.h
==============================================================================
--- head/sys/sparc64/include/in_cksum.h	Mon Oct 26 21:47:16 2009	(r198501)
+++ head/sys/sparc64/include/in_cksum.h	Mon Oct 26 22:00:26 2009	(r198502)
@@ -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?200910262200.n9QM0QEg011599>