Subject: CVS commit: [netbsd-1-5] basesrc/lib/libc/db/recno
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 10/27/2001 21:29:23
Module Name:	basesrc
Committed By:	he
Date:		Sat Oct 27 18:29:23 UTC 2001

Modified Files:
	basesrc/lib/libc/db/recno [netbsd-1-5]: rec_get.c

Log Message:
Pull up revision 1.11 (requested by aymeric):
  Use a ptrdiff_t instead of an indx_t to hold a difference between
  a pair of pointers, since the latter can be a 16 bit data type.
  The effects are that recno databases can now handle records larger
  than 64KB, and nvi can now handle files with lines longer than
  64KB.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.10.12.1 basesrc/lib/libc/db/recno/rec_get.c

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