Bell 32V release
[unix-history] / usr / src / cmd / sdb / bio.h
struct brbuf {
int nl, nr;
char *next;
char b[512];
int fd;
};