Annotation of researchv10no/cmd/btree/be.h, revision 1.1.1.1

1.1       root        1: #define BERROR         100             /* first btree value of errno */
                      2: #define BUTRAN         BERROR + 0      /* user caused tran abort */
                      3: #define BNOWRITE       BERROR + 1      /* not opened for writing */
                      4: #define BIOWRT         BERROR + 2      /* wrote short record */
                      5: #define BNOMEM         BERROR + 3      /* no mem from malloc */
                      6: #define BFATAL         BERROR + 4      /* last chance for user */
                      7: #define BTALL          BERROR + 5      /* tree becoming taller than MXHT */
                      8: #define BLASTE         BERROR + 6      /* one past last btree value of errno */
                      9: extern int     errno;
                     10: /*0101010011100100*/

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.