opnsense-src/lib/libc/db/recno
Pedro F. Giffuni e1ea782729 db(3): Fix aliasing warnings from modern GCC.
While here also drop a malloc cast.

Obtained from:	NetBSD (CVS Rev. 1.18 - 1.20)
2016-02-24 17:14:11 +00:00
..
extern.h
Makefile.inc Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP} 2014-03-04 02:19:39 +00:00
rec_close.c Several signed/unsigned warning fixes. 2009-03-28 05:45:29 +00:00
rec_delete.c Rename variable 'index' to 'idx' to avoid name collision with index(3), 2009-03-03 02:16:12 +00:00
rec_get.c Our realloc(3) and reallocf(3) can handle NULL, which turns it into a 2009-03-05 00:57:01 +00:00
rec_open.c db/recno: Open with close-on-exec like btree and hash do. 2015-09-13 17:17:52 +00:00
rec_put.c db(3): Fix aliasing warnings from modern GCC. 2016-02-24 17:14:11 +00:00
rec_search.c Style changes (including additional casts to shut up warnings). This 2009-03-04 00:58:04 +00:00
rec_seq.c Style changes (including additional casts to shut up warnings). This 2009-03-04 00:58:04 +00:00
rec_utils.c Our realloc(3) and reallocf(3) can handle NULL, which turns it into a 2009-03-05 00:57:01 +00:00
recno.h