mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Remove an errno reset that became unnecessary.
Noticed by: juli
This commit is contained in:
parent
dfafebf72e
commit
ffef99c316
1 changed files with 0 additions and 1 deletions
|
|
@ -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. */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue