mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-11 14:10:34 +00:00
s/ENOTTY/ENOIOCTL/
This commit is contained in:
parent
2307fc820c
commit
f83856243d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144152
@ -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 New Issue
Block a user