summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2009-10-26 22:00:26 +0000
committermarius <marius@FreeBSD.org>2009-10-26 22:00:26 +0000
commitf40ab6d4f201d0f924cc251ec20ee1e06d5c25a5 (patch)
tree13f3d414810b6bc6229618fa2307a868f6d73d59 /sys/sparc64/include
parente7629ee2bb8183368e57023949d649f501ab1e3a (diff)
downloadFreeBSD-src-f40ab6d4f201d0f924cc251ec20ee1e06d5c25a5.zip
FreeBSD-src-f40ab6d4f201d0f924cc251ec20ee1e06d5c25a5.tar.gz
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
Diffstat (limited to 'sys/sparc64/include')
-rw-r--r--sys/sparc64/include/in_cksum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sparc64/include/in_cksum.h b/sys/sparc64/include/in_cksum.h
index c754d8b..ae06a4c 100644
--- a/sys/sparc64/include/in_cksum.h
+++ b/sys/sparc64/include/in_cksum.h
@@ -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_ */
OpenPOWER on IntegriCloud