svn commit: r198502 - head/sys/sparc64/include

Marius Strobl marius at FreeBSD.org
Mon Oct 26 22:00:27 UTC 2009


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_ */


More information about the svn-src-all mailing list