NetBSD/lib/libc/db/btree
christos c5e820cae4 PR/45989: Martin Husemann: lint invocation does include -w only on i386
- turn lint -w for all the platforms after fixing the lint warnings.
- add _DIAGASSERTS() for casts that would assign values to types that
  would not fit.
- change types, add casts
- change into ansii prototypes
- turn on _DIAGNOSTIC for libc (during current, to be eliminated for release
  builds)

approved by core@
2012-03-13 21:13:30 +00:00
..
Makefile.inc
bt_close.c
bt_conv.c
bt_debug.c fix type punned warnings in debugging code. 2011-07-17 20:47:39 +00:00
bt_delete.c
bt_get.c
bt_open.c PR/45989: Martin Husemann: lint invocation does include -w only on i386 2012-03-13 21:13:30 +00:00
bt_overflow.c PR/45989: Martin Husemann: lint invocation does include -w only on i386 2012-03-13 21:13:30 +00:00
bt_page.c
bt_put.c - use sizeof(var) instead of sizeof(type) 2011-06-26 22:20:31 +00:00
bt_search.c
bt_seq.c
bt_split.c
bt_utils.c
btree.h
extern.h