SysIII/usr/src/cmd/sdb/bio.h

Compare this file to the similar file:
Show the results in this format:

struct brbuf {
	int	nl, nr;
	char	*next;
	char	b[512];
	int	fd;
};
long lseek();