BSD 4 development
[unix-history] / .ref-5cb41021d721f4e0ac572d592613f963e495d1ff / usr / src / old / sdb / old.h
/* "@(#)old.h 4.1 %G%" */
#ifndef VMUNIX
struct brbuf {
int nl, nr;
char *next;
char b[1024];
int fd;
};
long lseek();
#endif