Remove an errno reset that became unnecessary.

Noticed by: juli
This commit is contained in:
Eivind Eklund 2005-05-26 22:49:08 +00:00
parent dfafebf72e
commit ffef99c316

View file

@ -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. */
}