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_ */
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to