deleted _tname from __iobuf structure

This commit is contained in:
eck
1990-04-09 15:38:02 +00:00
parent 35886fdf28
commit cb0606b8ba
2 changed files with 3 additions and 4 deletions

View File

@@ -17,7 +17,6 @@ typedef struct __iobuf {
int _fd;
int _flags;
int _bufsiz;
char *_tname;
unsigned char *_buf;
unsigned char *_ptr;
} FILE;