date and time created 88/10/22 16:17:32 by bostic
[unix-history] / usr / src / old / sdb / old.h
/* "@(#)old.h 4.2 %G%" */
#ifndef VMUNIX
struct brbuf {
int nl, nr;
char *next;
char b[1024];
int fd;
};
long lseek();
#endif