File:  [Research Unix] / researchv10no / cmd / btree / be.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:35 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Norman

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

unix.superglobalmegacorp.com

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