mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
s/ENOTTY/ENOIOCTL/
This commit is contained in:
parent
2307fc820c
commit
f83856243d
1 changed files with 1 additions and 1 deletions
|
|
@ -618,7 +618,7 @@ pps_ioctl(u_long cmd, caddr_t data, struct pps_state *pps)
|
|||
return (EOPNOTSUPP);
|
||||
#endif
|
||||
default:
|
||||
return (ENOTTY);
|
||||
return (ENOIOCTL);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue