[BACK]Return to btree.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / db / btree

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

Diff for /src/lib/libc/db/btree/btree.h between version 1.16 and 1.16.2.1

version 1.16, 2008/08/26 21:18:38 version 1.16.2.1, 2014/05/22 11:36:51
Line 185  typedef struct _rinternal {
Line 185  typedef struct _rinternal {
 #define NRINTERNAL                                                      \  #define NRINTERNAL                                                      \
         BTLALIGN(sizeof(recno_t) + sizeof(pgno_t))          BTLALIGN(sizeof(recno_t) + sizeof(pgno_t))
   
 /* Copy a RINTERAL entry to the page. */  /* Copy a RINTERNAL entry to the page. */
 #define WR_RINTERNAL(p, nrecs, pgno) do {                               \  #define WR_RINTERNAL(p, nrecs, pgno) do {                               \
         *(recno_t *)(void *)p = nrecs;                                  \          *(recno_t *)(void *)p = nrecs;                                  \
         p += sizeof(recno_t);                                           \          p += sizeof(recno_t);                                           \

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.16.2.1

CVSweb <webmaster@jp.NetBSD.org>