Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 02/03/2000 10:13:03
Module Name:	syssrc
Committed By:	itojun
Date:		Thu Feb  3 18:13:03 UTC 2000

Modified Files:
	syssrc/sys/netinet6: frag6.c ip6_var.h

Log Message:
- Don't reuse ip6 header portion as reassembly pointer, to be friendly
  with LP64 arch.  (not tested on LP64, sorry)
- add comment on reass rule
- some other cleanups

NetBSD PR: 9340
From: iwamoto@sat.t.u-tokyo.ac.jp
(in sync with kame)


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/netinet6/frag6.c \
    syssrc/sys/netinet6/ip6_var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.