Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/i386 fix LINTSTUB for in6_cksum
details: https://anonhg.NetBSD.org/src/rev/d14e87855176
branches: trunk
changeset: 538581:d14e87855176
user: perry <perry%NetBSD.org@localhost>
date: Wed Oct 23 00:13:14 2002 +0000
description:
fix LINTSTUB for in6_cksum
diffstat:
sys/arch/i386/i386/in_cksum.s | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 37f5f7e6a7ff -r d14e87855176 sys/arch/i386/i386/in_cksum.s
--- a/sys/arch/i386/i386/in_cksum.s Wed Oct 23 00:12:27 2002 +0000
+++ b/sys/arch/i386/i386/in_cksum.s Wed Oct 23 00:13:14 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: in_cksum.s,v 1.17 2002/10/02 06:18:32 thorpej Exp $ */
+/* $NetBSD: in_cksum.s,v 1.18 2002/10/23 00:13:14 perry Exp $ */
/*-
* Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@@ -159,7 +159,7 @@
/*
* XXX does not deal with jumbograms.
*/
-/* LINTSTUB: Func: int in6_cksum(struct mbuf *m, u_int8_t nxt, int off, int len) */
+/* LINTSTUB: Func: int in6_cksum(struct mbuf *m, u_int8_t nxt, u_int32_t off, u_int32_t len) */
ENTRY(in6_cksum)
pushl %ebp
pushl %ebx
Home |
Main Index |
Thread Index |
Old Index