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