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
..
bt_close.c Consistently include "nbtool_config.h" when cross-compiling. 2008-09-11 12:58:00 +00:00
bt_conv.c In preparation for providing a db fallback in libnbcompat, remove 2008-09-10 17:52:35 +00:00
bt_debug.c fix type punned warnings in debugging code. 2011-07-17 20:47:39 +00:00
bt_delete.c sign-compare fixes 2009-01-29 02:02:36 +00:00
bt_get.c Consistently include "nbtool_config.h" when cross-compiling. 2008-09-11 12:58:00 +00:00
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 Consistently include "nbtool_config.h" when cross-compiling. 2008-09-11 12:58:00 +00:00
bt_put.c - use sizeof(var) instead of sizeof(type) 2011-06-26 22:20:31 +00:00
bt_search.c Consistently include "nbtool_config.h" when cross-compiling. 2008-09-11 12:58:00 +00:00
bt_seq.c Consistently include "nbtool_config.h" when cross-compiling. 2008-09-11 12:58:00 +00:00
bt_split.c various build fixes for gcc 4.5. from chuq. XXX i'm not sure all of 2011-06-20 09:11:16 +00:00
bt_utils.c In preparation for providing a db fallback in libnbcompat, remove 2008-09-10 17:52:35 +00:00
btree.h
extern.h unsigned int32_t -> uint32_t 2008-09-26 11:41:06 +00:00
Makefile.inc