NetBSD/lib/libc/db/recno
aymeric b39251c6b2 indx_t can be a 16 bit type, and is thus not suited to hold a difference
between two pointers in the general case. Replace it by ptrdiff_t.

-> recno databases can now handle records of more than 64KB
-> nvi can now handle files with lines bigger than 64KB

Problem and fix suggested by FreeBSD PR#9350
2001-09-30 21:12:00 +00:00
..
Makefile.inc
extern.h
rec_close.c
rec_delete.c
rec_get.c
rec_open.c
rec_put.c
rec_search.c
rec_seq.c
rec_utils.c
recno.h