4.4BSD/usr/src/old/sdb/old.h

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

/* "@(#)old.h 4.2 8/17/82" */
#ifndef VMUNIX
struct brbuf {
	int	nl, nr;
	char	*next;
	char	b[1024];
	int	fd;
};
long lseek();
#endif