diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 2005-05-26 22:49:08 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 2005-05-26 22:49:08 +0000 |
| commit | ffef99c316963ba5cc779eb4fb892f9c2fa0c0bc (patch) | |
| tree | d0725da2b1d753a5dae48b9c552d1a0006285b16 /usr.bin/tail | |
| parent | dfafebf72eb10bba730b7f93f374e05cd2004f2b (diff) | |
Notes
Diffstat (limited to 'usr.bin/tail')
| -rw-r--r-- | usr.bin/tail/tail.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/tail/tail.c b/usr.bin/tail/tail.c index 373e6e2c2a54..fa1e8f6e1f74 100644 --- a/usr.bin/tail/tail.c +++ b/usr.bin/tail/tail.c @@ -220,7 +220,6 @@ main(int argc, char *argv[]) } if ((sb.st_mode & S_IFMT) == S_IFSOCK || (sb.st_mode & S_IFMT) == S_IFIFO) { - errno = 0; fflag = 0; /* POSIX.2 requires this. */ } |
