/* "@(#)old.h 4.1 10/9/80" */ #ifndef VMUNIX struct brbuf { int nl, nr; char *next; char b[1024]; int fd; }; long lseek(); #endif